#B0D29C

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

Shades of Pixie Green #B0D29C

Tints of Pixie Green #B0D29C

Color information

#B0D29C (or 0xB0D29C) is unknown color: approx Pixie Green. HEX triplet: B0, D2 and 9C. RGB value is (176,210,156). Sum of RGB (Red+Green+Blue) = 176+210+156=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29C is #4F2D63. Grayscale: #C1C1C1. Windows color (decimal): -5188964 or 10277552. OLE color: 10277552.

HSL color Cylindrical-coordinate representation of color #B0D29C: hue angle of 97.78º 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 #B0D29C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB176210156-
CMYK0.1600.260.18
HSL97.78º37.5%71.76%-
HSV(B)97.78º25.71%82.35%-
XYZ46.9557.7240.12-
YUV193.68106.74115.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 210 (82.42% from 255) = 38.75%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=32.47%
G=38.75%
B=28.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101560.1600.260.1897.7837.571.76
HexB0D29C1001A12622648
Octal260322234200322214246110
Binary101100001101001010011100100000110101001011000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D29C; }

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

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

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

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

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

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

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

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