Shades of Bahia #9CBD1D
Tints of Bahia #9CBD1D
RGB
CMYK
RGB Variations
Color information
#9CBD1D (or 0x9CBD1D) is known color: Bahia. HEX triplet: 9C, BD and 1D. RGB value is (156,189,29). Sum of RGB (Red+Green+Blue) = 156+189+29=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD1D is #6342E2. Grayscale: #A1A1A1. Windows color (decimal): -6505187 or 1949084. OLE color: 1949084.
HSL color Cylindrical-coordinate representation of color #9CBD1D: hue angle of 72.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CBD1D is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 29 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.26 |
| HSL | 72.38º | 0.73% | 0.43% | - |
| HSV(B) | 72.38º | 0.85% | 0.74% | - |
| XYZ | 32.13 | 43.55 | 7.88 | - |
| YUV | 160.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 29 | 0.17 | 0 | 0.85 | 0.26 | 72.38 | 0.73 | 0.43 |
| Hex | 9C | BD | 1D | 11 | 0 | 55 | 1A | 48 | 49 | 2B |
| Octal | 234 | 275 | 35 | 21 | 0 | 125 | 32 | 110 | 111 | 53 |
| Binary | 10011100 | 10111101 | 11101 | 10001 | 0 | 1010101 | 11010 | 1001000 | 1001001 | 101011 |
Color Harmonies of #9CBD1D
Complementary color
Monochromatic Colors of #9CBD1D
Black with #9CBD1D
Text Example
Text Example
White with #9CBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD1D; }
p { color: rgb(156,189,29); }
H1.HeaderClassName
{
color: #9CBD1D;
}
.AnyTagClassName
{
color: #9CBD1D;
}
</style>
background-color css
<style>
a { background-color: #9CBD1D; }
a { background-color: rgb(156,189,29); }
div.DivClassName
{
background-color: #9CBD1D;
}
.BgClassName
{
background-color: #9CBD1D;
}
</style>
border-color css
<style>
span { border-color: #9CBD1D; }
span { border-color: rgb(156,189,29); }
td.TdClassName
{
border-color: #9CBD1D;
}
.TagClassName
{
border-color: #9CBD1D;
}
</style>