Shades of Bahia #99C61B
Tints of Bahia #99C61B
RGB
CMYK
RGB Variations
Color information
#99C61B (or 0x99C61B) is known color: Bahia. HEX triplet: 99, C6 and 1B. RGB value is (153,198,27). Sum of RGB (Red+Green+Blue) = 153+198+27=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #99C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C61B is #6639E4. Grayscale: #A5A5A5. Windows color (decimal): -6699493 or 1820313. OLE color: 1820313.
HSL color Cylindrical-coordinate representation of color #99C61B: hue angle of 75.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99C61B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 27 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.22 |
| HSL | 75.79º | 0.76% | 0.44% | - |
| HSV(B) | 75.79º | 0.86% | 0.78% | - |
| XYZ | 33.53 | 47.24 | 8.39 | - |
| YUV | 165.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 27 | 0.23 | 0 | 0.86 | 0.22 | 75.79 | 0.76 | 0.44 |
| Hex | 99 | C6 | 1B | 17 | 0 | 56 | 16 | 4C | 4C | 2C |
| Octal | 231 | 306 | 33 | 27 | 0 | 126 | 26 | 114 | 114 | 54 |
| Binary | 10011001 | 11000110 | 11011 | 10111 | 0 | 1010110 | 10110 | 1001100 | 1001100 | 101100 |
Color Harmonies of #99C61B
Complementary color
Monochromatic Colors of #99C61B
Black with #99C61B
Text Example
Text Example
White with #99C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C61B; }
p { color: rgb(153,198,27); }
H1.HeaderClassName
{
color: #99C61B;
}
.AnyTagClassName
{
color: #99C61B;
}
</style>
background-color css
<style>
a { background-color: #99C61B; }
a { background-color: rgb(153,198,27); }
div.DivClassName
{
background-color: #99C61B;
}
.BgClassName
{
background-color: #99C61B;
}
</style>
border-color css
<style>
span { border-color: #99C61B; }
span { border-color: rgb(153,198,27); }
td.TdClassName
{
border-color: #99C61B;
}
.TagClassName
{
border-color: #99C61B;
}
</style>