#B5D29C

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

Shades of Pixie Green #B5D29C

Tints of Pixie Green #B5D29C

Color information

#B5D29C (or 0xB5D29C) is unknown color: approx Pixie Green. HEX triplet: B5, D2 and 9C. RGB value is (181,210,156). Sum of RGB (Red+Green+Blue) = 181+210+156=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D29C is #4A2D63. Grayscale: #C3C3C3. Windows color (decimal): -4861284 or 10277557. OLE color: 10277557.

HSL color Cylindrical-coordinate representation of color #B5D29C: hue angle of 92.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5D29C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB181210156-
CMYK0.1400.260.18
HSL92.22º37.5%71.76%-
HSV(B)92.22º25.71%82.35%-
XYZ48.158.3240.17-
YUV195.17105.89117.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=33.09%
G=38.39%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101560.1400.260.1892.2237.571.76
HexB5D29CE01A125c2648
Octal265322234160322213446110
Binary10110101110100101001110011100110101001010111001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D29C; }

 p { color: rgb(181,210,156); }

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

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

 a { background-color: rgb(181,210,156); }

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

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

 span { border-color: rgb(181,210,156); }

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