Shades of Bahia #9BBE1E
Tints of Bahia #9BBE1E
RGB
CMYK
RGB Variations
Color information
#9BBE1E (or 0x9BBE1E) is known color: Bahia. HEX triplet: 9B, BE and 1E. RGB value is (155,190,30). Sum of RGB (Red+Green+Blue) = 155+190+30=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE1E is #6441E1. Grayscale: #A1A1A1. Windows color (decimal): -6570466 or 2014875. OLE color: 2014875.
HSL color Cylindrical-coordinate representation of color #9BBE1E: hue angle of 73.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BBE1E is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 30 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.25 |
| HSL | 73.13º | 0.73% | 0.43% | - |
| HSV(B) | 73.13º | 0.84% | 0.75% | - |
| XYZ | 32.17 | 43.89 | 8 | - |
| YUV | 161.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 30 | 0.18 | 0 | 0.84 | 0.25 | 73.13 | 0.73 | 0.43 |
| Hex | 9B | BE | 1E | 12 | 0 | 54 | 19 | 49 | 49 | 2B |
| Octal | 233 | 276 | 36 | 22 | 0 | 124 | 31 | 111 | 111 | 53 |
| Binary | 10011011 | 10111110 | 11110 | 10010 | 0 | 1010100 | 11001 | 1001001 | 1001001 | 101011 |
Color Harmonies of #9BBE1E
Complementary color
Monochromatic Colors of #9BBE1E
Black with #9BBE1E
Text Example
Text Example
White with #9BBE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE1E; }
p { color: rgb(155,190,30); }
H1.HeaderClassName
{
color: #9BBE1E;
}
.AnyTagClassName
{
color: #9BBE1E;
}
</style>
background-color css
<style>
a { background-color: #9BBE1E; }
a { background-color: rgb(155,190,30); }
div.DivClassName
{
background-color: #9BBE1E;
}
.BgClassName
{
background-color: #9BBE1E;
}
</style>
border-color css
<style>
span { border-color: #9BBE1E; }
span { border-color: rgb(155,190,30); }
td.TdClassName
{
border-color: #9BBE1E;
}
.TagClassName
{
border-color: #9BBE1E;
}
</style>