#BDE097

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

Shades of Pixie Green #BDE097

Tints of Pixie Green #BDE097

Color information

#BDE097 (or 0xBDE097) is unknown color: approx Pixie Green. HEX triplet: BD, E0 and 97. RGB value is (189,224,151). Sum of RGB (Red+Green+Blue) = 189+224+151=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE097 is #421F68. Grayscale: #CDCDCD. Windows color (decimal): -4333417 or 9953469. OLE color: 9953469.

HSL color Cylindrical-coordinate representation of color #BDE097: hue angle of 88.77º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE097 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB189224151-
CMYK0.1600.330.12
HSL88.77º54.07%73.53%-
HSV(B)88.77º32.59%87.84%-
XYZ53.2366.3639.28-
YUV205.2197.4116.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 224 (87.89% from 255) = 39.72%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=33.51%
G=39.72%
B=26.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241510.1600.330.1288.7754.0773.53
HexBDE09710021C59364a
Octal275340227200411413166112
Binary101111011110000010010111100000100001110010110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE097; }

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

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

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

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

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

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

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

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