Html Css Color HEX #BBCB91 Sprout

📋 copy color: '#BBCB91'

red 187 ◦ green 203 ◦ blue 145

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

Shades of Sprout #BBCB91

Tints of Sprout #BBCB91

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

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

R = 34.95%
G = 37.94%
B = 27.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#BBCB91 (or 0xBBCB91) is known color: Sprout. HEX triplet: BB, CB and 91. RGB value is (187,203,145). Sum of RGB (Red+Green+Blue) = 187+203+145=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB91 is #44346E. Grayscale: #BFBFBF. Windows color (decimal): -4469871 or 9554875. OLE color: 9554875.

HSL color Cylindrical-coordinate representation of color #BBCB91: hue angle of 76.55º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCB91 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 145 -
CMYK 0.08 0 0.29 0.20
HSL 76.55º 0.36% 0.68% -
HSV(B) 76.55º 0.29% 0.8% -
XYZ 46.96 55.32 34.99 -
YUV 191.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 187 203 145 0.08 0 0.29 0.20 76.55 0.36 0.68
Hex BB CB 91 8 0 1D 14 4D 24 44
Octal 273 313 221 10 0 35 24 115 44 104
Binary 10111011 11001011 10010001 1000 0 11101 10100 1001101 100100 1000100

Color Harmonies of #BBCB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB91

Black with #BBCB91

Text Example


Text Example

White with #BBCB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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