#BDDB9A

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

Shades of Pixie Green #BDDB9A

Tints of Pixie Green #BDDB9A

Color information

#BDDB9A (or 0xBDDB9A) is unknown color: approx Pixie Green. HEX triplet: BD, DB and 9A. RGB value is (189,219,154). Sum of RGB (Red+Green+Blue) = 189+219+154=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9A is #422465. Grayscale: #CACACA. Windows color (decimal): -4334694 or 10148797. OLE color: 10148797.

HSL color Cylindrical-coordinate representation of color #BDDB9A: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDB9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB189219154-
CMYK0.1400.300.14
HSL87.69º47.45%73.14%-
HSV(B)87.69º29.68%85.88%-
XYZ52.1563.8140.14-
YUV202.62100.56118.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=33.63%
G=38.97%
B=27.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191540.1400.300.1487.6947.4573.14
HexBDDB9AE01EE582f49
Octal275333232160361613057111
Binary1011110111011011100110101110011110111010110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB9A; }

 p { color: rgb(189,219,154); }

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

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

 a { background-color: rgb(189,219,154); }

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

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

 span { border-color: rgb(189,219,154); }

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