#BBCA9B

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

Shades of Sprout #BBCA9B

Tints of Sprout #BBCA9B

Color information

#BBCA9B (or 0xBBCA9B) is unknown color: approx Sprout. HEX triplet: BB, CA and 9B. RGB value is (187,202,155). Sum of RGB (Red+Green+Blue) = 187+202+155=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA9B is #443564. Grayscale: #C0C0C0. Windows color (decimal): -4470117 or 10209979. OLE color: 10209979.

HSL color Cylindrical-coordinate representation of color #BBCA9B: hue angle of 79.15º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCA9B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB187202155-
CMYK0.0700.230.21
HSL79.15º30.72%70%-
HSV(B)79.15º23.27%79.22%-
XYZ47.5355.1739.15-
YUV192.16107.03124.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=34.38%
G=37.13%
B=28.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021550.0700.230.2179.1530.7270
HexBBCA9B7017154f1f46
Octal27331223370272511737106
Binary101110111100101010011011111010111101011001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA9B; }

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

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

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

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

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

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

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

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