Shades of Bahia #9CBD1E
Tints of Bahia #9CBD1E
RGB
CMYK
RGB Variations
Color information
#9CBD1E (or 0x9CBD1E) is known color: Bahia. HEX triplet: 9C, BD and 1E. RGB value is (156,189,30). Sum of RGB (Red+Green+Blue) = 156+189+30=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD1E is #6342E1. Grayscale: #A1A1A1. Windows color (decimal): -6505186 or 2014620. OLE color: 2014620.
HSL color Cylindrical-coordinate representation of color #9CBD1E: hue angle of 72.45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CBD1E is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 30 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.26 |
| HSL | 72.45º | 0.73% | 0.43% | - |
| HSV(B) | 72.45º | 0.84% | 0.74% | - |
| XYZ | 32.14 | 43.56 | 7.94 | - |
| YUV | 161.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 30 | 0.17 | 0 | 0.84 | 0.26 | 72.45 | 0.73 | 0.43 |
| Hex | 9C | BD | 1E | 11 | 0 | 54 | 1A | 48 | 49 | 2B |
| Octal | 234 | 275 | 36 | 21 | 0 | 124 | 32 | 110 | 111 | 53 |
| Binary | 10011100 | 10111101 | 11110 | 10001 | 0 | 1010100 | 11010 | 1001000 | 1001001 | 101011 |
Color Harmonies of #9CBD1E
Complementary color
Monochromatic Colors of #9CBD1E
Black with #9CBD1E
Text Example
Text Example
White with #9CBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD1E; }
p { color: rgb(156,189,30); }
H1.HeaderClassName
{
color: #9CBD1E;
}
.AnyTagClassName
{
color: #9CBD1E;
}
</style>
background-color css
<style>
a { background-color: #9CBD1E; }
a { background-color: rgb(156,189,30); }
div.DivClassName
{
background-color: #9CBD1E;
}
.BgClassName
{
background-color: #9CBD1E;
}
</style>
border-color css
<style>
span { border-color: #9CBD1E; }
span { border-color: rgb(156,189,30); }
td.TdClassName
{
border-color: #9CBD1E;
}
.TagClassName
{
border-color: #9CBD1E;
}
</style>