Html Css Color HEX #BBCB96 Sprout

📋 copy color: '#BBCB96'

red 187 ◦ green 203 ◦ blue 150

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

Shades of Sprout #BBCB96

Tints of Sprout #BBCB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 34.63%
G = 37.59%
B = 27.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BBCB96 (or 0xBBCB96) is known color: Sprout. HEX triplet: BB, CB and 96. RGB value is (187,203,150). Sum of RGB (Red+Green+Blue) = 187+203+150=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB96 is #443469. Grayscale: #C0C0C0. Windows color (decimal): -4469866 or 9882555. OLE color: 9882555.

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

Color convert

RGB 187 203 150 -
CMYK 0.08 0 0.26 0.20
HSL 78.11º 0.34% 0.69% -
HSV(B) 78.11º 0.26% 0.8% -
XYZ 47.35 55.48 37.07 -
YUV 192.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 187 203 150 0.08 0 0.26 0.20 78.11 0.34 0.69
Hex BB CB 96 8 0 1A 14 4E 22 45
Octal 273 313 226 10 0 32 24 116 42 105
Binary 10111011 11001011 10010110 1000 0 11010 10100 1001110 100010 1000101

Color Harmonies of #BBCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB96

Black with #BBCB96

Text Example


Text Example

White with #BBCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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