Shades of Green Mist #BDBC9A
Tints of Green Mist #BDBC9A
RGB
CMYK
RGB Variations
Color information
#BDBC9A (or 0xBDBC9A) is known color: Green Mist. HEX triplet: BD, BC and 9A. RGB value is (189,188,154). Sum of RGB (Red+Green+Blue) = 189+188+154=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC9A is #424365. Grayscale: #B8B8B8. Windows color (decimal): -4342630 or 10140861. OLE color: 10140861.
HSL color Cylindrical-coordinate representation of color #BDBC9A: hue angle of 58.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBC9A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 154 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.26 |
| HSL | 58.29º | 0.21% | 0.67% | - |
| HSV(B) | 58.29º | 0.19% | 0.74% | - |
| XYZ | 44.8 | 49.12 | 37.69 | - |
| YUV | 184.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 154 | 0 | 0.01 | 0.19 | 0.26 | 58.29 | 0.21 | 0.67 |
| Hex | BD | BC | 9A | 0 | 1 | 13 | 1A | 3A | 15 | 43 |
| Octal | 275 | 274 | 232 | 0 | 1 | 23 | 32 | 72 | 25 | 103 |
| Binary | 10111101 | 10111100 | 10011010 | 0 | 1 | 10011 | 11010 | 111010 | 10101 | 1000011 |
Color Harmonies of #BDBC9A
Complementary color
Monochromatic Colors of #BDBC9A
Black with #BDBC9A
Text Example
Text Example
White with #BDBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC9A; }
p { color: rgb(189,188,154); }
H1.HeaderClassName
{
color: #BDBC9A;
}
.AnyTagClassName
{
color: #BDBC9A;
}
</style>
background-color css
<style>
a { background-color: #BDBC9A; }
a { background-color: rgb(189,188,154); }
div.DivClassName
{
background-color: #BDBC9A;
}
.BgClassName
{
background-color: #BDBC9A;
}
</style>
border-color css
<style>
span { border-color: #BDBC9A; }
span { border-color: rgb(189,188,154); }
td.TdClassName
{
border-color: #BDBC9A;
}
.TagClassName
{
border-color: #BDBC9A;
}
</style>