#BBCC9B

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

Shades of Sprout #BBCC9B

Tints of Sprout #BBCC9B

Color information

#BBCC9B (or 0xBBCC9B) is unknown color: approx Sprout. HEX triplet: BB, CC and 9B. RGB value is (187,204,155). Sum of RGB (Red+Green+Blue) = 187+204+155=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9B is #443364. Grayscale: #C1C1C1. Windows color (decimal): -4469605 or 10210491. OLE color: 10210491.

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

Color convert

RGB187204155-
CMYK0.0800.240.2
HSL80.82º32.45%70.39%-
HSV(B)80.82º24.02%80%-
XYZ4856.1239.31-
YUV193.33106.37123.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=34.25%
G=37.36%
B=28.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041550.0800.240.280.8232.4570.39
HexBBCC9B801814512046
Octal273314233100302412140106
Binary10111011110011001001101110000110001010010100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC9B; }

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

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

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

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

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

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

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

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