#BDDB9D

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

Shades of Pixie Green #BDDB9D

Tints of Pixie Green #BDDB9D

Color information

#BDDB9D (or 0xBDDB9D) is unknown color: approx Pixie Green. HEX triplet: BD, DB and 9D. RGB value is (189,219,157). Sum of RGB (Red+Green+Blue) = 189+219+157=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9D is #422462. Grayscale: #CBCBCB. Windows color (decimal): -4334691 or 10345405. OLE color: 10345405.

HSL color Cylindrical-coordinate representation of color #BDDB9D: hue angle of 89.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDB9D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB189219157-
CMYK0.1400.280.14
HSL89.03º46.27%73.73%-
HSV(B)89.03º28.31%85.88%-
XYZ52.463.9241.47-
YUV202.96102.06118.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=33.45%
G=38.76%
B=27.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191570.1400.280.1489.0346.2773.73
HexBDDB9DE01CE592e4a
Octal275333235160341613156112
Binary1011110111011011100111011110011100111010110011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB9D; }

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

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

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

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

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

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

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

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