#BDCA8D

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

Shades of Green Mist #BDCA8D

Tints of Green Mist #BDCA8D

Color information

#BDCA8D (or 0xBDCA8D) is unknown color: approx Green Mist. HEX triplet: BD, CA and 8D. RGB value is (189,202,141). Sum of RGB (Red+Green+Blue) = 189+202+141=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA8D is #423572. Grayscale: #BFBFBF. Windows color (decimal): -4339059 or 9292477. OLE color: 9292477.

HSL color Cylindrical-coordinate representation of color #BDCA8D: hue angle of 72.79º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCA8D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB189202141-
CMYK0.0600.300.21
HSL72.79º36.53%67.25%-
HSV(B)72.79º30.2%79.22%-
XYZ46.9154.9833.34-
YUV191.1699.69126.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=35.53%
G=37.97%
B=26.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021410.0600.300.2172.7936.5367.25
HexBDCA8D601E15492543
Octal27531221560362511145103
Binary1011110111001010100011011100111101010110010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA8D; }

 p { color: rgb(189,202,141); }

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

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

 a { background-color: rgb(189,202,141); }

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

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

 span { border-color: rgb(189,202,141); }

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