#B0D29A

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

Shades of Pixie Green #B0D29A

Tints of Pixie Green #B0D29A

Color information

#B0D29A (or 0xB0D29A) is unknown color: approx Pixie Green. HEX triplet: B0, D2 and 9A. RGB value is (176,210,154). Sum of RGB (Red+Green+Blue) = 176+210+154=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29A is #4F2D65. Grayscale: #C1C1C1. Windows color (decimal): -5188966 or 10146480. OLE color: 10146480.

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

Color convert

RGB176210154-
CMYK0.1600.270.18
HSL96.43º38.36%71.37%-
HSV(B)96.43º26.67%82.35%-
XYZ46.7857.6639.23-
YUV193.45105.74115.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=32.59%
G=38.89%
B=28.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101540.1600.270.1896.4338.3671.37
HexB0D29A1001B12602647
Octal260322232200332214046107
Binary101100001101001010011010100000110111001011000001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D29A; }

 p { color: rgb(176,210,154); }

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

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

 a { background-color: rgb(176,210,154); }

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

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

 span { border-color: rgb(176,210,154); }

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