#B6D2A7

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

Shades of Pixie Green #B6D2A7

Tints of Pixie Green #B6D2A7

Color information

#B6D2A7 (or 0xB6D2A7) is unknown color: approx Pixie Green. HEX triplet: B6, D2 and A7. RGB value is (182,210,167). Sum of RGB (Red+Green+Blue) = 182+210+167=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D2A7 is #492D58. Grayscale: #C4C4C4. Windows color (decimal): -4795737 or 10998454. OLE color: 10998454.

HSL color Cylindrical-coordinate representation of color #B6D2A7: hue angle of 99.07º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6D2A7 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB182210167-
CMYK0.1300.200.18
HSL99.07º32.33%73.92%-
HSV(B)99.07º20.48%82.35%-
XYZ49.3158.8345.32-
YUV196.73111.22117.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=32.56%
G=37.57%
B=29.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101670.1300.200.1899.0732.3373.92
HexB6D2A7D0141263204a
Octal266322247150242214340112
Binary10110110110100101010011111010101001001011000111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D2A7; }

 p { color: rgb(182,210,167); }

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

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

 a { background-color: rgb(182,210,167); }

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

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

 span { border-color: rgb(182,210,167); }

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