#B5D29D

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

Shades of Pixie Green #B5D29D

Tints of Pixie Green #B5D29D

Color information

#B5D29D (or 0xB5D29D) is unknown color: approx Pixie Green. HEX triplet: B5, D2 and 9D. RGB value is (181,210,157). Sum of RGB (Red+Green+Blue) = 181+210+157=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D29D is #4A2D62. Grayscale: #C3C3C3. Windows color (decimal): -4861283 or 10343093. OLE color: 10343093.

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

Color convert

RGB181210157-
CMYK0.1400.250.18
HSL92.83º37.06%71.96%-
HSV(B)92.83º25.24%82.35%-
XYZ48.1958.3540.62-
YUV195.29106.39117.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=33.03%
G=38.32%
B=28.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101570.1400.250.1892.8337.0671.96
HexB5D29DE019125d2548
Octal265322235160312213545110
Binary10110101110100101001110111100110011001010111011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D29D; }

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

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

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

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

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

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

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

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