Shades of Bahia #A5C827
Tints of Bahia #A5C827
RGB
CMYK
RGB Variations
Color information
#A5C827 (or 0xA5C827) is known color: Bahia. HEX triplet: A5, C8 and 27. RGB value is (165,200,39). Sum of RGB (Red+Green+Blue) = 165+200+39=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C827 is #5A37D8. Grayscale: #ABABAB. Windows color (decimal): -5912537 or 2607269. OLE color: 2607269.
HSL color Cylindrical-coordinate representation of color #A5C827: hue angle of 73.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5C827 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 39 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.22 |
| HSL | 73.04º | 0.67% | 0.47% | - |
| HSV(B) | 73.04º | 0.81% | 0.78% | - |
| XYZ | 36.54 | 49.45 | 9.54 | - |
| YUV | 171.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 39 | 0.18 | 0 | 0.80 | 0.22 | 73.04 | 0.67 | 0.47 |
| Hex | A5 | C8 | 27 | 12 | 0 | 50 | 16 | 49 | 43 | 2F |
| Octal | 245 | 310 | 47 | 22 | 0 | 120 | 26 | 111 | 103 | 57 |
| Binary | 10100101 | 11001000 | 100111 | 10010 | 0 | 1010000 | 10110 | 1001001 | 1000011 | 101111 |
Color Harmonies of #A5C827
Complementary color
Monochromatic Colors of #A5C827
Black with #A5C827
Text Example
Text Example
White with #A5C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C827; }
p { color: rgb(165,200,39); }
H1.HeaderClassName
{
color: #A5C827;
}
.AnyTagClassName
{
color: #A5C827;
}
</style>
background-color css
<style>
a { background-color: #A5C827; }
a { background-color: rgb(165,200,39); }
div.DivClassName
{
background-color: #A5C827;
}
.BgClassName
{
background-color: #A5C827;
}
</style>
border-color css
<style>
span { border-color: #A5C827; }
span { border-color: rgb(165,200,39); }
td.TdClassName
{
border-color: #A5C827;
}
.TagClassName
{
border-color: #A5C827;
}
</style>