Html Css Color HEX #BBCC91 Sprout

📋 copy color: '#BBCC91'

red 187 ◦ green 204 ◦ blue 145

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

Shades of Sprout #BBCC91

Tints of Sprout #BBCC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 34.89%
G = 38.06%
B = 27.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#BBCC91 (or 0xBBCC91) is known color: Sprout. HEX triplet: BB, CC and 91. RGB value is (187,204,145). Sum of RGB (Red+Green+Blue) = 187+204+145=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC91 is #44336E. Grayscale: #C0C0C0. Windows color (decimal): -4469615 or 9555131. OLE color: 9555131.

HSL color Cylindrical-coordinate representation of color #BBCC91: hue angle of 77.29º degrees, saturation: 0.37, 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 #BBCC91 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 145 -
CMYK 0.08 0 0.29 0.2
HSL 77.29º 0.37% 0.68% -
HSV(B) 77.29º 0.29% 0.8% -
XYZ 47.2 55.79 35.07 -
YUV 192.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 187 204 145 0.08 0 0.29 0.2 77.29 0.37 0.68
Hex BB CC 91 8 0 1D 14 4D 25 44
Octal 273 314 221 10 0 35 24 115 45 104
Binary 10111011 11001100 10010001 1000 0 11101 10100 1001101 100101 1000100

Color Harmonies of #BBCC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC91

Black with #BBCC91

Text Example


Text Example

White with #BBCC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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