Shades of Bahia #99C01F
Tints of Bahia #99C01F
RGB
CMYK
RGB Variations
Color information
#99C01F (or 0x99C01F) is known color: Bahia. HEX triplet: 99, C0 and 1F. RGB value is (153,192,31). Sum of RGB (Red+Green+Blue) = 153+192+31=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #99C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C01F is #663FE0. Grayscale: #A2A2A2. Windows color (decimal): -6701025 or 2080921. OLE color: 2080921.
HSL color Cylindrical-coordinate representation of color #99C01F: hue angle of 74.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99C01F is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 31 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.25 |
| HSL | 74.53º | 0.72% | 0.44% | - |
| HSV(B) | 74.53º | 0.84% | 0.75% | - |
| XYZ | 32.23 | 44.57 | 8.2 | - |
| YUV | 161.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 31 | 0.20 | 0 | 0.84 | 0.25 | 74.53 | 0.72 | 0.44 |
| Hex | 99 | C0 | 1F | 14 | 0 | 54 | 19 | 4B | 48 | 2C |
| Octal | 231 | 300 | 37 | 24 | 0 | 124 | 31 | 113 | 110 | 54 |
| Binary | 10011001 | 11000000 | 11111 | 10100 | 0 | 1010100 | 11001 | 1001011 | 1001000 | 101100 |
Color Harmonies of #99C01F
Complementary color
Monochromatic Colors of #99C01F
Black with #99C01F
Text Example
Text Example
White with #99C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C01F; }
p { color: rgb(153,192,31); }
H1.HeaderClassName
{
color: #99C01F;
}
.AnyTagClassName
{
color: #99C01F;
}
</style>
background-color css
<style>
a { background-color: #99C01F; }
a { background-color: rgb(153,192,31); }
div.DivClassName
{
background-color: #99C01F;
}
.BgClassName
{
background-color: #99C01F;
}
</style>
border-color css
<style>
span { border-color: #99C01F; }
span { border-color: rgb(153,192,31); }
td.TdClassName
{
border-color: #99C01F;
}
.TagClassName
{
border-color: #99C01F;
}
</style>