#B7D3A0

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

Shades of Pixie Green #B7D3A0

Tints of Pixie Green #B7D3A0

Color information

#B7D3A0 (or 0xB7D3A0) is unknown color: approx Pixie Green. HEX triplet: B7, D3 and A0. RGB value is (183,211,160). Sum of RGB (Red+Green+Blue) = 183+211+160=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D3A0 is #482C5F. Grayscale: #C4C4C4. Windows color (decimal): -4729952 or 10539959. OLE color: 10539959.

HSL color Cylindrical-coordinate representation of color #B7D3A0: hue angle of 92.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7D3A0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB183211160-
CMYK0.1300.240.17
HSL92.94º36.69%72.75%-
HSV(B)92.94º24.17%82.75%-
XYZ49.1759.1942.09-
YUV196.81107.22118.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=33.03%
G=38.09%
B=28.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111600.1300.240.1792.9436.6972.75
HexB7D3A0D018115d2549
Octal267323240150302113545111
Binary10110111110100111010000011010110001000110111011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3A0; }

 p { color: rgb(183,211,160); }

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

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

 a { background-color: rgb(183,211,160); }

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

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

 span { border-color: rgb(183,211,160); }

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