#BDD99E

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

Shades of Pixie Green #BDD99E

Tints of Pixie Green #BDD99E

Color information

#BDD99E (or 0xBDD99E) is unknown color: approx Pixie Green. HEX triplet: BD, D9 and 9E. RGB value is (189,217,158). Sum of RGB (Red+Green+Blue) = 189+217+158=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99E is #422661. Grayscale: #CACACA. Windows color (decimal): -4335202 or 10410429. OLE color: 10410429.

HSL color Cylindrical-coordinate representation of color #BDD99E: hue angle of 88.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD99E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB189217158-
CMYK0.1300.270.15
HSL88.47º43.7%73.53%-
HSV(B)88.47º27.19%85.1%-
XYZ51.9762.9141.75-
YUV201.9103.22118.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=33.51%
G=38.48%
B=28.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171580.1300.270.1588.4743.773.53
HexBDD99ED01BF582c4a
Octal275331236150331713054112
Binary1011110111011001100111101101011011111110110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD99E; }

 p { color: rgb(189,217,158); }

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

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

 a { background-color: rgb(189,217,158); }

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

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

 span { border-color: rgb(189,217,158); }

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