Shades of Bahia #A8CA1B
Tints of Bahia #A8CA1B
RGB
CMYK
RGB Variations
Color information
#A8CA1B (or 0xA8CA1B) is known color: Bahia. HEX triplet: A8, CA and 1B. RGB value is (168,202,27). Sum of RGB (Red+Green+Blue) = 168+202+27=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA1B is #5735E4. Grayscale: #ACACAC. Windows color (decimal): -5715429 or 1821352. OLE color: 1821352.
HSL color Cylindrical-coordinate representation of color #A8CA1B: hue angle of 71.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8CA1B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.21 |
| HSL | 71.66º | 0.76% | 0.45% | - |
| HSV(B) | 71.66º | 0.87% | 0.79% | - |
| XYZ | 37.47 | 50.65 | 8.84 | - |
| YUV | 171.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 27 | 0.17 | 0 | 0.87 | 0.21 | 71.66 | 0.76 | 0.45 |
| Hex | A8 | CA | 1B | 11 | 0 | 57 | 15 | 48 | 4C | 2D |
| Octal | 250 | 312 | 33 | 21 | 0 | 127 | 25 | 110 | 114 | 55 |
| Binary | 10101000 | 11001010 | 11011 | 10001 | 0 | 1010111 | 10101 | 1001000 | 1001100 | 101101 |
Color Harmonies of #A8CA1B
Complementary color
Monochromatic Colors of #A8CA1B
Black with #A8CA1B
Text Example
Text Example
White with #A8CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA1B; }
p { color: rgb(168,202,27); }
H1.HeaderClassName
{
color: #A8CA1B;
}
.AnyTagClassName
{
color: #A8CA1B;
}
</style>
background-color css
<style>
a { background-color: #A8CA1B; }
a { background-color: rgb(168,202,27); }
div.DivClassName
{
background-color: #A8CA1B;
}
.BgClassName
{
background-color: #A8CA1B;
}
</style>
border-color css
<style>
span { border-color: #A8CA1B; }
span { border-color: rgb(168,202,27); }
td.TdClassName
{
border-color: #A8CA1B;
}
.TagClassName
{
border-color: #A8CA1B;
}
</style>