#B5D2A1

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

Shades of Pixie Green #B5D2A1

Tints of Pixie Green #B5D2A1

Color information

#B5D2A1 (or 0xB5D2A1) is unknown color: approx Pixie Green. HEX triplet: B5, D2 and A1. RGB value is (181,210,161). Sum of RGB (Red+Green+Blue) = 181+210+161=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D2A1 is #4A2D5E. Grayscale: #C3C3C3. Windows color (decimal): -4861279 or 10605237. OLE color: 10605237.

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

Color convert

RGB181210161-
CMYK0.1400.230.18
HSL95.51º35.25%72.75%-
HSV(B)95.51º23.33%82.35%-
XYZ48.5458.4942.45-
YUV195.74108.39117.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 161 (63.28% from 255) = 29.17%
R=32.79%
G=38.04%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101610.1400.230.1895.5135.2572.75
HexB5D2A1E01712602349
Octal265322241160272214043111
Binary10110101110100101010000111100101111001011000001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D2A1; }

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

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

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

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

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

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

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

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