#B9CB9D

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

Shades of Sprout #B9CB9D

Tints of Sprout #B9CB9D

Color information

#B9CB9D (or 0xB9CB9D) is unknown color: approx Sprout. HEX triplet: B9, CB and 9D. RGB value is (185,203,157). Sum of RGB (Red+Green+Blue) = 185+203+157=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB9D is #463462. Grayscale: #C0C0C0. Windows color (decimal): -4600931 or 10341305. OLE color: 10341305.

HSL color Cylindrical-coordinate representation of color #B9CB9D: hue angle of 83.48º 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 #B9CB9D is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB185203157-
CMYK0.0900.230.20
HSL83.48º30.67%70.59%-
HSV(B)83.48º22.66%79.61%-
XYZ47.4555.4640.1-
YUV192.37108.04122.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=33.94%
G=37.25%
B=28.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031570.0900.230.2083.4830.6770.59
HexB9CB9D901714531f47
Octal271313235110272412337107
Binary1011100111001011100111011001010111101001010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB9D; }

 p { color: rgb(185,203,157); }

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

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

 a { background-color: rgb(185,203,157); }

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

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

 span { border-color: rgb(185,203,157); }

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