#B5C29A

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

Shades of Sprout #B5C29A

Tints of Sprout #B5C29A

Color information

#B5C29A (or 0xB5C29A) is unknown color: approx Sprout. HEX triplet: B5, C2 and 9A. RGB value is (181,194,154). Sum of RGB (Red+Green+Blue) = 181+194+154=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C29A is #4A3D65. Grayscale: #B9B9B9. Windows color (decimal): -4865382 or 10142389. OLE color: 10142389.

HSL color Cylindrical-coordinate representation of color #B5C29A: hue angle of 79.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5C29A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB181194154-
CMYK0.0700.210.24
HSL79.5º24.69%68.24%-
HSV(B)79.5º20.62%76.08%-
XYZ44.1850.7438.04-
YUV185.55110.19124.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=34.22%
G=36.67%
B=29.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811941540.0700.210.2479.524.6968.24
HexB5C29A701518501944
Octal26530223270253012031104
Binary101101011100001010011010111010101110001010000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C29A; }

 p { color: rgb(181,194,154); }

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

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

 a { background-color: rgb(181,194,154); }

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

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

 span { border-color: rgb(181,194,154); }

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