Html Css Color HEX #BBC99B Sprout

📋 copy color: '#BBC99B'

red 187 ◦ green 201 ◦ blue 155

#BBC99B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BBC99B

Tints of Sprout #BBC99B

RGB

 RED value IS 187 (73.44% from 255) = 34.44%

 GREEN value IS 201 (78.91% from 255) = 37.02%

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 34.44%
G = 37.02%
B = 28.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBC99B (or 0xBBC99B) is known color: Sprout. HEX triplet: BB, C9 and 9B. RGB value is (187,201,155). Sum of RGB (Red+Green+Blue) = 187+201+155=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99B is #443664. Grayscale: #BFBFBF. Windows color (decimal): -4470373 or 10209723. OLE color: 10209723.

HSL color Cylindrical-coordinate representation of color #BBC99B: hue angle of 78.26º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC99B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 155 -
CMYK 0.07 0 0.23 0.21
HSL 78.26º 0.3% 0.7% -
HSV(B) 78.26º 0.23% 0.79% -
XYZ 47.3 54.7 39.08 -
YUV 191.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 187 201 155 0.07 0 0.23 0.21 78.26 0.3 0.7
Hex BB C9 9B 7 0 17 15 4E 1E 46
Octal 273 311 233 7 0 27 25 116 36 106
Binary 10111011 11001001 10011011 111 0 10111 10101 1001110 11110 1000110

Color Harmonies of #BBC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC99B

Black with #BBC99B

Text Example


Text Example

White with #BBC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC99B; }

 p { color: rgb(187,201,155); }

 H1.HeaderClassName
 {
   color: #BBC99B;
 }
 .AnyTagClassName
 {
   color: #BBC99B;
 }
</style>

background-color css

<style>
 a { background-color: #BBC99B; }

 a { background-color: rgb(187,201,155); }

 div.DivClassName
 {
   background-color: #BBC99B;
 }
 .BgClassName
 {
   background-color: #BBC99B;
 }
</style>

border-color css

<style>
 span { border-color: #BBC99B; }

 span { border-color: rgb(187,201,155); }

 td.TdClassName
 {
   border-color: #BBC99B;
 }
 .TagClassName
 {
   border-color: #BBC99B;
 }
</style>