#B9CA9F

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

Shades of Sprout #B9CA9F

Tints of Sprout #B9CA9F

Color information

#B9CA9F (or 0xB9CA9F) is unknown color: approx Sprout. HEX triplet: B9, CA and 9F. RGB value is (185,202,159). Sum of RGB (Red+Green+Blue) = 185+202+159=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA9F is #463560. Grayscale: #C0C0C0. Windows color (decimal): -4601185 or 10472121. OLE color: 10472121.

HSL color Cylindrical-coordinate representation of color #B9CA9F: hue angle of 83.72º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CA9F is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB185202159-
CMYK0.0800.210.21
HSL83.72º28.86%70.78%-
HSV(B)83.72º21.29%79.22%-
XYZ47.3955.0640.93-
YUV192.02109.37123-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=33.88%
G=37.00%
B=29.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021590.0800.210.2183.7228.8670.78
HexB9CA9F801515541d47
Octal271312237100252512435107
Binary1011100111001010100111111000010101101011010100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA9F; }

 p { color: rgb(185,202,159); }

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

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

 a { background-color: rgb(185,202,159); }

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

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

 span { border-color: rgb(185,202,159); }

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