#B8D6A2

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

Shades of Pixie Green #B8D6A2

Tints of Pixie Green #B8D6A2

Color information

#B8D6A2 (or 0xB8D6A2) is unknown color: approx Pixie Green. HEX triplet: B8, D6 and A2. RGB value is (184,214,162). Sum of RGB (Red+Green+Blue) = 184+214+162=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D6A2 is #47295D. Grayscale: #C7C7C7. Windows color (decimal): -4663646 or 10671800. OLE color: 10671800.

HSL color Cylindrical-coordinate representation of color #B8D6A2: hue angle of 94.62º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8D6A2 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB184214162-
CMYK0.1400.240.16
HSL94.62º38.81%73.73%-
HSV(B)94.62º24.3%83.92%-
XYZ50.3460.8943.28-
YUV199.1107.06117.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=32.86%
G=38.21%
B=28.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141620.1400.240.1694.6238.8173.73
HexB8D6A2E018105f274a
Octal270326242160302013747112
Binary10111000110101101010001011100110001000010111111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6A2; }

 p { color: rgb(184,214,162); }

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

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

 a { background-color: rgb(184,214,162); }

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

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

 span { border-color: rgb(184,214,162); }

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