#B2D09C

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

Shades of Pixie Green #B2D09C

Tints of Pixie Green #B2D09C

Color information

#B2D09C (or 0xB2D09C) is unknown color: approx Pixie Green. HEX triplet: B2, D0 and 9C. RGB value is (178,208,156). Sum of RGB (Red+Green+Blue) = 178+208+156=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D09C is #4D2F63. Grayscale: #C1C1C1. Windows color (decimal): -5058404 or 10277042. OLE color: 10277042.

HSL color Cylindrical-coordinate representation of color #B2D09C: hue angle of 94.62º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2D09C is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB178208156-
CMYK0.1400.250.18
HSL94.62º35.62%71.37%-
HSV(B)94.62º25%81.57%-
XYZ46.9256.9839.98-
YUV193.1107.06117.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=32.84%
G=38.38%
B=28.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081560.1400.250.1894.6235.6271.37
HexB2D09CE019125f2447
Octal262320234160312213744107
Binary10110010110100001001110011100110011001010111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D09C; }

 p { color: rgb(178,208,156); }

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

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

 a { background-color: rgb(178,208,156); }

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

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

 span { border-color: rgb(178,208,156); }

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