#B6D3A4

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

Shades of Pixie Green #B6D3A4

Tints of Pixie Green #B6D3A4

Color information

#B6D3A4 (or 0xB6D3A4) is unknown color: approx Pixie Green. HEX triplet: B6, D3 and A4. RGB value is (182,211,164). Sum of RGB (Red+Green+Blue) = 182+211+164=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D3A4 is #492C5B. Grayscale: #C5C5C5. Windows color (decimal): -4795484 or 10802102. OLE color: 10802102.

HSL color Cylindrical-coordinate representation of color #B6D3A4: hue angle of 97.02º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6D3A4 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB182211164-
CMYK0.1400.220.17
HSL97.02º34.81%73.53%-
HSV(B)97.02º22.27%82.75%-
XYZ49.2959.2143.95-
YUV196.97109.39117.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=32.68%
G=37.88%
B=29.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822111640.1400.220.1797.0234.8173.53
HexB6D3A4E0161161234a
Octal266323244160262114143112
Binary10110110110100111010010011100101101000111000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D3A4; }

 p { color: rgb(182,211,164); }

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

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

 a { background-color: rgb(182,211,164); }

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

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

 span { border-color: rgb(182,211,164); }

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