Shades of Bahia #9DB01E
Tints of Bahia #9DB01E
RGB
CMYK
RGB Variations
Color information
#9DB01E (or 0x9DB01E) is known color: Bahia. HEX triplet: 9D, B0 and 1E. RGB value is (157,176,30). Sum of RGB (Red+Green+Blue) = 157+176+30=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB01E is #624FE1. Grayscale: #9A9A9A. Windows color (decimal): -6442978 or 2011293. OLE color: 2011293.
HSL color Cylindrical-coordinate representation of color #9DB01E: hue angle of 67.81º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DB01E is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 30 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.31 |
| HSL | 67.81º | 0.71% | 0.4% | - |
| HSV(B) | 67.81º | 0.83% | 0.69% | - |
| XYZ | 29.66 | 38.31 | 7.06 | - |
| YUV | 153.68 | 58.21 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 30 | 0.11 | 0 | 0.83 | 0.31 | 67.81 | 0.71 | 0.4 |
| Hex | 9D | B0 | 1E | B | 0 | 53 | 1F | 44 | 47 | 28 |
| Octal | 235 | 260 | 36 | 13 | 0 | 123 | 37 | 104 | 107 | 50 |
| Binary | 10011101 | 10110000 | 11110 | 1011 | 0 | 1010011 | 11111 | 1000100 | 1000111 | 101000 |
Color Harmonies of #9DB01E
Complementary color
Monochromatic Colors of #9DB01E
Black with #9DB01E
Text Example
Text Example
White with #9DB01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB01E; }
p { color: rgb(157,176,30); }
H1.HeaderClassName
{
color: #9DB01E;
}
.AnyTagClassName
{
color: #9DB01E;
}
</style>
background-color css
<style>
a { background-color: #9DB01E; }
a { background-color: rgb(157,176,30); }
div.DivClassName
{
background-color: #9DB01E;
}
.BgClassName
{
background-color: #9DB01E;
}
</style>
border-color css
<style>
span { border-color: #9DB01E; }
span { border-color: rgb(157,176,30); }
td.TdClassName
{
border-color: #9DB01E;
}
.TagClassName
{
border-color: #9DB01E;
}
</style>