#B2D29B

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

Shades of Pixie Green #B2D29B

Tints of Pixie Green #B2D29B

Color information

#B2D29B (or 0xB2D29B) is unknown color: approx Pixie Green. HEX triplet: B2, D2 and 9B. RGB value is (178,210,155). Sum of RGB (Red+Green+Blue) = 178+210+155=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29B is #4D2D64. Grayscale: #C2C2C2. Windows color (decimal): -5057893 or 10212018. OLE color: 10212018.

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

Color convert

RGB178210155-
CMYK0.1500.260.18
HSL94.91º37.93%71.57%-
HSV(B)94.91º26.19%82.35%-
XYZ47.3257.9239.7-
YUV194.16105.9116.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=32.78%
G=38.67%
B=28.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782101550.1500.260.1894.9137.9371.57
HexB2D29BF01A125f2648
Octal262322233170322213746110
Binary10110010110100101001101111110110101001010111111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D29B; }

 p { color: rgb(178,210,155); }

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

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

 a { background-color: rgb(178,210,155); }

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

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

 span { border-color: rgb(178,210,155); }

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