Html Css Color HEX #BBC991 Sprout

📋 copy color: '#BBC991'

red 187 ◦ green 201 ◦ blue 145

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

Shades of Sprout #BBC991

Tints of Sprout #BBC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 35.08%
G = 37.71%
B = 27.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#BBC991 (or 0xBBC991) is known color: Sprout. HEX triplet: BB, C9 and 91. RGB value is (187,201,145). Sum of RGB (Red+Green+Blue) = 187+201+145=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC991 is #44366E. Grayscale: #BEBEBE. Windows color (decimal): -4470383 or 9554363. OLE color: 9554363.

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

Color convert

RGB 187 201 145 -
CMYK 0.07 0 0.28 0.21
HSL 75º 0.34% 0.68% -
HSV(B) 75º 0.28% 0.79% -
XYZ 46.49 54.38 34.83 -
YUV 190.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 187 201 145 0.07 0 0.28 0.21 75 0.34 0.68
Hex BB C9 91 7 0 1C 15 4B 22 44
Octal 273 311 221 7 0 34 25 113 42 104
Binary 10111011 11001001 10010001 111 0 11100 10101 1001011 100010 1000100

Color Harmonies of #BBC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC991

Black with #BBC991

Text Example


Text Example

White with #BBC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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