Shades of Bahia #A8CA27
Tints of Bahia #A8CA27
RGB
CMYK
RGB Variations
Color information
#A8CA27 (or 0xA8CA27) is known color: Bahia. HEX triplet: A8, CA and 27. RGB value is (168,202,39). Sum of RGB (Red+Green+Blue) = 168+202+39=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA27 is #5735D8. Grayscale: #ADADAD. Windows color (decimal): -5715417 or 2607784. OLE color: 2607784.
HSL color Cylindrical-coordinate representation of color #A8CA27: hue angle of 72.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8CA27 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 39 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.21 |
| HSL | 72.52º | 0.68% | 0.47% | - |
| HSV(B) | 72.52º | 0.81% | 0.79% | - |
| XYZ | 37.64 | 50.71 | 9.72 | - |
| YUV | 173.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 39 | 0.17 | 0 | 0.81 | 0.21 | 72.52 | 0.68 | 0.47 |
| Hex | A8 | CA | 27 | 11 | 0 | 51 | 15 | 49 | 44 | 2F |
| Octal | 250 | 312 | 47 | 21 | 0 | 121 | 25 | 111 | 104 | 57 |
| Binary | 10101000 | 11001010 | 100111 | 10001 | 0 | 1010001 | 10101 | 1001001 | 1000100 | 101111 |
Color Harmonies of #A8CA27
Complementary color
Monochromatic Colors of #A8CA27
Black with #A8CA27
Text Example
Text Example
White with #A8CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA27; }
p { color: rgb(168,202,39); }
H1.HeaderClassName
{
color: #A8CA27;
}
.AnyTagClassName
{
color: #A8CA27;
}
</style>
background-color css
<style>
a { background-color: #A8CA27; }
a { background-color: rgb(168,202,39); }
div.DivClassName
{
background-color: #A8CA27;
}
.BgClassName
{
background-color: #A8CA27;
}
</style>
border-color css
<style>
span { border-color: #A8CA27; }
span { border-color: rgb(168,202,39); }
td.TdClassName
{
border-color: #A8CA27;
}
.TagClassName
{
border-color: #A8CA27;
}
</style>