Shades of Bahia #9BBD1A
Tints of Bahia #9BBD1A
RGB
CMYK
RGB Variations
Color information
#9BBD1A (or 0x9BBD1A) is known color: Bahia. HEX triplet: 9B, BD and 1A. RGB value is (155,189,26). Sum of RGB (Red+Green+Blue) = 155+189+26=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD1A is #6442E5. Grayscale: #A0A0A0. Windows color (decimal): -6570726 or 1752475. OLE color: 1752475.
HSL color Cylindrical-coordinate representation of color #9BBD1A: hue angle of 72.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BBD1A is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 26 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.26 |
| HSL | 72.52º | 0.76% | 0.42% | - |
| HSV(B) | 72.52º | 0.86% | 0.74% | - |
| XYZ | 31.9 | 43.44 | 7.68 | - |
| YUV | 160.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 26 | 0.18 | 0 | 0.86 | 0.26 | 72.52 | 0.76 | 0.42 |
| Hex | 9B | BD | 1A | 12 | 0 | 56 | 1A | 49 | 4C | 2A |
| Octal | 233 | 275 | 32 | 22 | 0 | 126 | 32 | 111 | 114 | 52 |
| Binary | 10011011 | 10111101 | 11010 | 10010 | 0 | 1010110 | 11010 | 1001001 | 1001100 | 101010 |
Color Harmonies of #9BBD1A
Complementary color
Monochromatic Colors of #9BBD1A
Black with #9BBD1A
Text Example
Text Example
White with #9BBD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD1A; }
p { color: rgb(155,189,26); }
H1.HeaderClassName
{
color: #9BBD1A;
}
.AnyTagClassName
{
color: #9BBD1A;
}
</style>
background-color css
<style>
a { background-color: #9BBD1A; }
a { background-color: rgb(155,189,26); }
div.DivClassName
{
background-color: #9BBD1A;
}
.BgClassName
{
background-color: #9BBD1A;
}
</style>
border-color css
<style>
span { border-color: #9BBD1A; }
span { border-color: rgb(155,189,26); }
td.TdClassName
{
border-color: #9BBD1A;
}
.TagClassName
{
border-color: #9BBD1A;
}
</style>