Shades of Bahia #9DB61A
Tints of Bahia #9DB61A
RGB
CMYK
RGB Variations
Color information
#9DB61A (or 0x9DB61A) is known color: Bahia. HEX triplet: 9D, B6 and 1A. RGB value is (157,182,26). Sum of RGB (Red+Green+Blue) = 157+182+26=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB61A is #6249E5. Grayscale: #9D9D9D. Windows color (decimal): -6441446 or 1750685. OLE color: 1750685.
HSL color Cylindrical-coordinate representation of color #9DB61A: hue angle of 69.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DB61A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 26 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.29 |
| HSL | 69.62º | 0.75% | 0.41% | - |
| HSV(B) | 69.62º | 0.86% | 0.71% | - |
| XYZ | 30.82 | 40.7 | 7.21 | - |
| YUV | 156.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 26 | 0.14 | 0 | 0.86 | 0.29 | 69.62 | 0.75 | 0.41 |
| Hex | 9D | B6 | 1A | E | 0 | 56 | 1D | 46 | 4B | 29 |
| Octal | 235 | 266 | 32 | 16 | 0 | 126 | 35 | 106 | 113 | 51 |
| Binary | 10011101 | 10110110 | 11010 | 1110 | 0 | 1010110 | 11101 | 1000110 | 1001011 | 101001 |
Color Harmonies of #9DB61A
Complementary color
Monochromatic Colors of #9DB61A
Black with #9DB61A
Text Example
Text Example
White with #9DB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB61A; }
p { color: rgb(157,182,26); }
H1.HeaderClassName
{
color: #9DB61A;
}
.AnyTagClassName
{
color: #9DB61A;
}
</style>
background-color css
<style>
a { background-color: #9DB61A; }
a { background-color: rgb(157,182,26); }
div.DivClassName
{
background-color: #9DB61A;
}
.BgClassName
{
background-color: #9DB61A;
}
</style>
border-color css
<style>
span { border-color: #9DB61A; }
span { border-color: rgb(157,182,26); }
td.TdClassName
{
border-color: #9DB61A;
}
.TagClassName
{
border-color: #9DB61A;
}
</style>