Html Css Color HEX #BBC99F Sprout

📋 copy color: '#BBC99F'

red 187 ◦ green 201 ◦ blue 159

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

Shades of Sprout #BBC99F

Tints of Sprout #BBC99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 34.19%
G = 36.75%
B = 29.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#BBC99F (or 0xBBC99F) is known color: Sprout. HEX triplet: BB, C9 and 9F. RGB value is (187,201,159). Sum of RGB (Red+Green+Blue) = 187+201+159=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99F is #443660. Grayscale: #C0C0C0. Windows color (decimal): -4470369 or 10471867. OLE color: 10471867.

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

Color convert

RGB 187 201 159 -
CMYK 0.07 0 0.21 0.21
HSL 80º 0.28% 0.71% -
HSV(B) 80º 0.21% 0.79% -
XYZ 47.64 54.84 40.88 -
YUV 192.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 187 201 159 0.07 0 0.21 0.21 80 0.28 0.71
Hex BB C9 9F 7 0 15 15 50 1C 47
Octal 273 311 237 7 0 25 25 120 34 107
Binary 10111011 11001001 10011111 111 0 10101 10101 1010000 11100 1000111

Color Harmonies of #BBC99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC99F

Black with #BBC99F

Text Example


Text Example

White with #BBC99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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