#BDD39E

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

Shades of Pixie Green #BDD39E

Tints of Pixie Green #BDD39E

Color information

#BDD39E (or 0xBDD39E) is unknown color: approx Pixie Green. HEX triplet: BD, D3 and 9E. RGB value is (189,211,158). Sum of RGB (Red+Green+Blue) = 189+211+158=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD39E is #422C61. Grayscale: #C6C6C6. Windows color (decimal): -4336738 or 10408893. OLE color: 10408893.

HSL color Cylindrical-coordinate representation of color #BDD39E: hue angle of 84.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD39E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB189211158-
CMYK0.1000.250.17
HSL84.91º37.59%72.35%-
HSV(B)84.91º25.12%82.75%-
XYZ50.4559.8841.25-
YUV198.38105.21121.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=33.87%
G=37.81%
B=28.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111580.1000.250.1784.9137.5972.35
HexBDD39EA01911552648
Octal275323236120312112546110
Binary10111101110100111001111010100110011000110101011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD39E; }

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

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

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

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

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

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

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

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