#B5CA9F

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

Shades of Sprout #B5CA9F

Tints of Sprout #B5CA9F

Color information

#B5CA9F (or 0xB5CA9F) is unknown color: approx Sprout. HEX triplet: B5, CA and 9F. RGB value is (181,202,159). Sum of RGB (Red+Green+Blue) = 181+202+159=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA9F is #4A3560. Grayscale: #BEBEBE. Windows color (decimal): -4863329 or 10472117. OLE color: 10472117.

HSL color Cylindrical-coordinate representation of color #B5CA9F: hue angle of 89.3º 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 #B5CA9F is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB181202159-
CMYK0.1000.210.21
HSL89.3º28.86%70.78%-
HSV(B)89.3º21.29%79.22%-
XYZ46.4354.5740.89-
YUV190.82110.04121-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=33.39%
G=37.27%
B=29.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021590.1000.210.2189.328.8670.78
HexB5CA9FA01515591d47
Octal265312237120252513135107
Binary1011010111001010100111111010010101101011011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA9F; }

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

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

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

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

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

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

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

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