#BDE09B

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

Shades of Pixie Green #BDE09B

Tints of Pixie Green #BDE09B

Color information

#BDE09B (or 0xBDE09B) is unknown color: approx Pixie Green. HEX triplet: BD, E0 and 9B. RGB value is (189,224,155). Sum of RGB (Red+Green+Blue) = 189+224+155=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE09B is #421F64. Grayscale: #CDCDCD. Windows color (decimal): -4333413 or 10215613. OLE color: 10215613.

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

Color convert

RGB189224155-
CMYK0.1600.310.12
HSL90.43º52.67%74.31%-
HSV(B)90.43º30.8%87.84%-
XYZ53.5666.541.02-
YUV205.6799.4116.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=33.27%
G=39.44%
B=27.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241550.1600.310.1290.4352.6774.31
HexBDE09B1001FC5a354a
Octal275340233200371413265112
Binary10111101111000001001101110000011111110010110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE09B; }

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

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

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

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

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

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

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

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