#BDE09C

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

Shades of Pixie Green #BDE09C

Tints of Pixie Green #BDE09C

Color information

#BDE09C (or 0xBDE09C) is unknown color: approx Pixie Green. HEX triplet: BD, E0 and 9C. RGB value is (189,224,156). Sum of RGB (Red+Green+Blue) = 189+224+156=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE09C is #421F63. Grayscale: #CECECE. Windows color (decimal): -4333412 or 10281149. OLE color: 10281149.

HSL color Cylindrical-coordinate representation of color #BDE09C: hue angle of 90.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDE09C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB189224156-
CMYK0.1600.300.12
HSL90.88º52.31%74.51%-
HSV(B)90.88º30.36%87.84%-
XYZ53.6466.5341.47-
YUV205.7899.9116.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=33.22%
G=39.37%
B=27.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241560.1600.300.1290.8852.3174.51
HexBDE09C1001EC5b344b
Octal275340234200361413364113
Binary10111101111000001001110010000011110110010110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE09C; }

 p { color: rgb(189,224,156); }

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

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

 a { background-color: rgb(189,224,156); }

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

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

 span { border-color: rgb(189,224,156); }

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