#B9CE9B

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

Shades of Sprout #B9CE9B

Tints of Sprout #B9CE9B

Color information

#B9CE9B (or 0xB9CE9B) is unknown color: approx Sprout. HEX triplet: B9, CE and 9B. RGB value is (185,206,155). Sum of RGB (Red+Green+Blue) = 185+206+155=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9B is #463164. Grayscale: #C2C2C2. Windows color (decimal): -4600165 or 10211001. OLE color: 10211001.

HSL color Cylindrical-coordinate representation of color #B9CE9B: hue angle of 84.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CE9B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB185206155-
CMYK0.1000.250.19
HSL84.71º34.23%70.78%-
HSV(B)84.71º24.76%80.78%-
XYZ4856.8239.45-
YUV193.91106.04121.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=33.88%
G=37.73%
B=28.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061550.1000.250.1984.7134.2370.78
HexB9CE9BA01913552247
Octal271316233120312312542107
Binary10111001110011101001101110100110011001110101011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE9B; }

 p { color: rgb(185,206,155); }

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

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

 a { background-color: rgb(185,206,155); }

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

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

 span { border-color: rgb(185,206,155); }

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