Html Css Color HEX #BBCC96 Sprout

📋 copy color: '#BBCC96'

red 187 ◦ green 204 ◦ blue 150

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

Shades of Sprout #BBCC96

Tints of Sprout #BBCC96

RGB

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

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

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

R = 34.57%
G = 37.71%
B = 27.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#BBCC96 (or 0xBBCC96) is known color: Sprout. HEX triplet: BB, CC and 96. RGB value is (187,204,150). Sum of RGB (Red+Green+Blue) = 187+204+150=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC96 is #443369. Grayscale: #C0C0C0. Windows color (decimal): -4469610 or 9882811. OLE color: 9882811.

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

Color convert

RGB 187 204 150 -
CMYK 0.08 0 0.26 0.2
HSL 78.89º 0.35% 0.69% -
HSV(B) 78.89º 0.26% 0.8% -
XYZ 47.59 55.95 37.15 -
YUV 192.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 187 204 150 0.08 0 0.26 0.2 78.89 0.35 0.69
Hex BB CC 96 8 0 1A 14 4F 23 45
Octal 273 314 226 10 0 32 24 117 43 105
Binary 10111011 11001100 10010110 1000 0 11010 10100 1001111 100011 1000101

Color Harmonies of #BBCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC96

Black with #BBCC96

Text Example


Text Example

White with #BBCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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