#B2D59A

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

Shades of Pixie Green #B2D59A

Tints of Pixie Green #B2D59A

Color information

#B2D59A (or 0xB2D59A) is unknown color: approx Pixie Green. HEX triplet: B2, D5 and 9A. RGB value is (178,213,154). Sum of RGB (Red+Green+Blue) = 178+213+154=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D59A is #4D2A65. Grayscale: #C4C4C4. Windows color (decimal): -5057126 or 10147250. OLE color: 10147250.

HSL color Cylindrical-coordinate representation of color #B2D59A: hue angle of 95.59º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D59A is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB178213154-
CMYK0.1600.280.16
HSL95.59º41.26%71.96%-
HSV(B)95.59º27.7%83.53%-
XYZ47.9959.3939.51-
YUV195.81104.4115.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=32.66%
G=39.08%
B=28.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131540.1600.280.1695.5941.2671.96
HexB2D59A1001C10602948
Octal262325232200342014051110
Binary101100101101010110011010100000111001000011000001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D59A; }

 p { color: rgb(178,213,154); }

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

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

 a { background-color: rgb(178,213,154); }

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

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

 span { border-color: rgb(178,213,154); }

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