Shades of Bahia #A5CA0C
Tints of Bahia #A5CA0C
RGB
CMYK
RGB Variations
Color information
#A5CA0C (or 0xA5CA0C) is known color: Bahia. HEX triplet: A5, CA and 0C. RGB value is (165,202,12). Sum of RGB (Red+Green+Blue) = 165+202+12=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CA0C is #5A35F3. Grayscale: #AAAAAA. Windows color (decimal): -5912052 or 838309. OLE color: 838309.
HSL color Cylindrical-coordinate representation of color #A5CA0C: hue angle of 71.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5CA0C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.21 |
| HSL | 71.68º | 0.89% | 0.42% | - |
| HSV(B) | 71.68º | 0.94% | 0.79% | - |
| XYZ | 36.7 | 50.27 | 8.12 | - |
| YUV | 169.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 12 | 0.18 | 0 | 0.94 | 0.21 | 71.68 | 0.89 | 0.42 |
| Hex | A5 | CA | C | 12 | 0 | 5E | 15 | 48 | 59 | 2A |
| Octal | 245 | 312 | 14 | 22 | 0 | 136 | 25 | 110 | 131 | 52 |
| Binary | 10100101 | 11001010 | 1100 | 10010 | 0 | 1011110 | 10101 | 1001000 | 1011001 | 101010 |
Color Harmonies of #A5CA0C
Complementary color
Monochromatic Colors of #A5CA0C
Black with #A5CA0C
Text Example
Text Example
White with #A5CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA0C; }
p { color: rgb(165,202,12); }
H1.HeaderClassName
{
color: #A5CA0C;
}
.AnyTagClassName
{
color: #A5CA0C;
}
</style>
background-color css
<style>
a { background-color: #A5CA0C; }
a { background-color: rgb(165,202,12); }
div.DivClassName
{
background-color: #A5CA0C;
}
.BgClassName
{
background-color: #A5CA0C;
}
</style>
border-color css
<style>
span { border-color: #A5CA0C; }
span { border-color: rgb(165,202,12); }
td.TdClassName
{
border-color: #A5CA0C;
}
.TagClassName
{
border-color: #A5CA0C;
}
</style>