#BDC29A

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

Shades of Green Mist #BDC29A

Tints of Green Mist #BDC29A

Color information

#BDC29A (or 0xBDC29A) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 9A. RGB value is (189,194,154). Sum of RGB (Red+Green+Blue) = 189+194+154=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC29A is #423D65. Grayscale: #BCBCBC. Windows color (decimal): -4341094 or 10142397. OLE color: 10142397.

HSL color Cylindrical-coordinate representation of color #BDC29A: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC29A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB189194154-
CMYK0.0300.210.24
HSL67.5º24.69%68.24%-
HSV(B)67.5º20.62%76.08%-
XYZ46.1151.7438.13-
YUV187.95108.84128.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=35.20%
G=36.13%
B=28.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941540.0300.210.2467.524.6968.24
HexBDC29A301518441944
Octal27530223230253010431104
Binary10111101110000101001101011010101110001000100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC29A; }

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

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

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

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

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

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

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

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