#BBCC9E

Color #BBCC9E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BBCC9E

Tints of Sprout #BBCC9E

Color information

#BBCC9E (or 0xBBCC9E) is unknown color: approx Sprout. HEX triplet: BB, CC and 9E. RGB value is (187,204,158). Sum of RGB (Red+Green+Blue) = 187+204+158=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9E is #443361. Grayscale: #C1C1C1. Windows color (decimal): -4469602 or 10407099. OLE color: 10407099.

HSL color Cylindrical-coordinate representation of color #BBCC9E: hue angle of 82.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCC9E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB187204158-
CMYK0.0800.230.2
HSL82.17º31.08%70.98%-
HSV(B)82.17º22.55%80%-
XYZ48.2656.2240.66-
YUV193.67107.87123.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=34.06%
G=37.16%
B=28.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041580.0800.230.282.1731.0870.98
HexBBCC9E801714521f47
Octal273314236100272412237107
Binary1011101111001100100111101000010111101001010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC9E; }

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

 H1.HeaderClassName
 {
   color: #BBCC9E;
 }
 .AnyTagClassName
 {
   color: #BBCC9E;
 }
</style>
background-color css

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

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

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

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

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

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