Shades of Bahia #99CB14
Tints of Bahia #99CB14
RGB
CMYK
RGB Variations
Color information
#99CB14 (or 0x99CB14) is known color: Bahia. HEX triplet: 99, CB and 14. RGB value is (153,203,20). Sum of RGB (Red+Green+Blue) = 153+203+20=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB14 is #6634EB. Grayscale: #A7A7A7. Windows color (decimal): -6698220 or 1362841. OLE color: 1362841.
HSL color Cylindrical-coordinate representation of color #99CB14: hue angle of 76.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99CB14 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 20 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.20 |
| HSL | 76.39º | 0.82% | 0.44% | - |
| HSV(B) | 76.39º | 0.9% | 0.8% | - |
| XYZ | 34.62 | 49.53 | 8.4 | - |
| YUV | 167.19 | 44.94 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 20 | 0.25 | 0 | 0.90 | 0.20 | 76.39 | 0.82 | 0.44 |
| Hex | 99 | CB | 14 | 19 | 0 | 5A | 14 | 4C | 52 | 2C |
| Octal | 231 | 313 | 24 | 31 | 0 | 132 | 24 | 114 | 122 | 54 |
| Binary | 10011001 | 11001011 | 10100 | 11001 | 0 | 1011010 | 10100 | 1001100 | 1010010 | 101100 |
Color Harmonies of #99CB14
Complementary color
Monochromatic Colors of #99CB14
Black with #99CB14
Text Example
Text Example
White with #99CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB14; }
p { color: rgb(153,203,20); }
H1.HeaderClassName
{
color: #99CB14;
}
.AnyTagClassName
{
color: #99CB14;
}
</style>
background-color css
<style>
a { background-color: #99CB14; }
a { background-color: rgb(153,203,20); }
div.DivClassName
{
background-color: #99CB14;
}
.BgClassName
{
background-color: #99CB14;
}
</style>
border-color css
<style>
span { border-color: #99CB14; }
span { border-color: rgb(153,203,20); }
td.TdClassName
{
border-color: #99CB14;
}
.TagClassName
{
border-color: #99CB14;
}
</style>