Shades of Bahia #ABC328
Tints of Bahia #ABC328
RGB
CMYK
RGB Variations
Color information
#ABC328 (or 0xABC328) is known color: Bahia. HEX triplet: AB, C3 and 28. RGB value is (171,195,40). Sum of RGB (Red+Green+Blue) = 171+195+40=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC328 is #543CD7. Grayscale: #AAAAAA. Windows color (decimal): -5520600 or 2671531. OLE color: 2671531.
HSL color Cylindrical-coordinate representation of color #ABC328: hue angle of 69.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABC328 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 40 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.24 |
| HSL | 69.29º | 0.66% | 0.46% | - |
| HSV(B) | 69.29º | 0.79% | 0.76% | - |
| XYZ | 36.69 | 47.84 | 9.31 | - |
| YUV | 170.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 40 | 0.12 | 0 | 0.79 | 0.24 | 69.29 | 0.66 | 0.46 |
| Hex | AB | C3 | 28 | C | 0 | 4F | 18 | 45 | 42 | 2E |
| Octal | 253 | 303 | 50 | 14 | 0 | 117 | 30 | 105 | 102 | 56 |
| Binary | 10101011 | 11000011 | 101000 | 1100 | 0 | 1001111 | 11000 | 1000101 | 1000010 | 101110 |
Color Harmonies of #ABC328
Complementary color
Monochromatic Colors of #ABC328
Black with #ABC328
Text Example
Text Example
White with #ABC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC328; }
p { color: rgb(171,195,40); }
H1.HeaderClassName
{
color: #ABC328;
}
.AnyTagClassName
{
color: #ABC328;
}
</style>
background-color css
<style>
a { background-color: #ABC328; }
a { background-color: rgb(171,195,40); }
div.DivClassName
{
background-color: #ABC328;
}
.BgClassName
{
background-color: #ABC328;
}
</style>
border-color css
<style>
span { border-color: #ABC328; }
span { border-color: rgb(171,195,40); }
td.TdClassName
{
border-color: #ABC328;
}
.TagClassName
{
border-color: #ABC328;
}
</style>