COLOR #BBD792

HEX: #BBD792 RGB: (187,215,146)

Color info

#BBD792 contains mainly red and green colors. Web safe color of #BBD792 is #CCCC99 (or #CC9).

RGB color model

#BBD792 color RGB value is (187,215,146).

RGB: (187,215,146) (73%, 84%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 146 of 255 = 57%

187
215
146

R + G + B ~ 71%. #BBD792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 215 + 146 = 548 (100%)
R 187 of 548 ~ 34.12%
G 215 of 548 ~ 39.23%
B 146 of 548 ~ 26.64'%

%34.12
%39.23
%26.64

CMYK color model

#BBD792 color CMYK value is (13,0,32,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 15.69%

CMYK: (13,0,32,16)
C13M0Y32K16 (13%, 0%, 32%, 16%)
(0.13 / 0.00 / 0.32 / 0.16)

CMYK percentages

%13.02
%0
%32.09
%15.69

Codes

Color #BBD792 in popluar color models

BB D7 92
RGB 187 215 146
HSL 84° 46.31% 70.78%
HSB/HSV 84° 32.09% 84.31%
CMYK 13.02% 0.00% 32.09%
15.69%

Color #BBD792 in popluar number systems.

HEX BB D7 92
Decimal 187 215 146
Binary 10111011 11010111 10010010
Octal 273 327 222

Shades and tints

Shades of #BBD792

#BBD792
(187,215,146)
#AAC485
(170,196,133)
#99B178
(153,177,120)
#889E6B
(136,158,107)
#778B5E
(119,139,94)
#667851
(102,120,81)
#556544
(85,101,68)
#445237
(68,82,55)
#333F2A
(51,63,42)
#222C1D
(34,44,29)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBD792

#BBD792
(187,215,146)
#C1DA9B
(193,218,155)
#C7DDA4
(199,221,164)
#CDE0AD
(205,224,173)
#D3E3B6
(211,227,182)
#D9E6BF
(217,230,191)
#DFE9C8
(223,233,200)
#E5ECD1
(229,236,209)
#EBEFDA
(235,239,218)
#F1F2E3
(241,242,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD792 color. Also use rgb(187,215,146) instead hex code.

Text Font Color

.myTextColor { color: #BBD792; }

<p style="color:#BBD792">This sample text font color is #BBD792.</p>

This text font color is #BBD792.

Background Color

.myBgColor { background-color: #BBD792; }

<div style="background-color:#BBD792">Inner text</div>

This div background color is #BBD792.

Border color

.myBorderColor { border: 1px solid #BBD792; }

<div style="border:3px solid #BBD792">Div</div>

This div border color is #BBD792.

Opacity

.myOpacity80 { color: #BBD792; opacity: 0.8; }

<p style="color:#BBD792;opacity:0.8;">80%</p>

Text with #BBD792 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBD792;}

<p style="text-shadow: 3px 3px 1px #BBD792">Text here.</p>

This text has shadow with #BBD792 color.


.textShadow {text-shadow: 3px 3px 1px #BBD792', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBD792, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBD792 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD792, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBD792, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBD792 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD792;
-webkit-box-shadow: 1px 1px 3px 2px #BBD792;
box-shadow: 1px 1px 3px 2px #BBD792;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD792; -webkit-box-shadow: 1px 1px 3px 2px #BBD792; box-shadow:1px 1px 3px 2px #BBD792;">
Div content here
</div>

This div box has shadow with color #BBD792.

Preview

Color preview on black background

This text has color #BBD792 on black background.


Color preview on white background

This text has color #BBD792 on white background.


Black color preview on #BBD792 background

This text has black color on #BBD792 background.


White color preview on #BBD792 background

This text has white color on #BBD792 background.


Related colors

Complementary color

Complementary color for #hex is #44286D.


I love getcolorcode.com

Triadic colors

1 #92BBD7 and #D792BB with #BBD792 are triadic colors.

2 #92D7BB and #D7BB92 with #BBD792 are triadic colors.