#BDC099

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

Shades of Green Mist #BDC099

Tints of Green Mist #BDC099

Color information

#BDC099 (or 0xBDC099) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 99. RGB value is (189,192,153). Sum of RGB (Red+Green+Blue) = 189+192+153=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC099 is #423F66. Grayscale: #BABABA. Windows color (decimal): -4341607 or 10076349. OLE color: 10076349.

HSL color Cylindrical-coordinate representation of color #BDC099: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC099 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB189192153-
CMYK0.0200.200.25
HSL64.62º23.64%67.65%-
HSV(B)64.62º20.31%75.29%-
XYZ45.5950.8237.54-
YUV186.66109.01129.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=35.39%
G=35.96%
B=28.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921530.0200.200.2564.6223.6467.65
HexBDC099201419411844
Octal27530023120243110130104
Binary10111101110000001001100110010100110011000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC099; }

 p { color: rgb(189,192,153); }

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

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

 a { background-color: rgb(189,192,153); }

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

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

 span { border-color: rgb(189,192,153); }

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