Shades of Bahia #ABC323
Tints of Bahia #ABC323
RGB
CMYK
RGB Variations
Color information
#ABC323 (or 0xABC323) is known color: Bahia. HEX triplet: AB, C3 and 23. RGB value is (171,195,35). Sum of RGB (Red+Green+Blue) = 171+195+35=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC323 is #543CDC. Grayscale: #AAAAAA. Windows color (decimal): -5520605 or 2343851. OLE color: 2343851.
HSL color Cylindrical-coordinate representation of color #ABC323: hue angle of 69º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC323 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 35 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.24 |
| HSL | 69º | 0.7% | 0.45% | - |
| HSV(B) | 69º | 0.82% | 0.76% | - |
| XYZ | 36.61 | 47.81 | 8.89 | - |
| YUV | 169.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 35 | 0.12 | 0 | 0.82 | 0.24 | 69 | 0.7 | 0.45 |
| Hex | AB | C3 | 23 | C | 0 | 52 | 18 | 45 | 46 | 2D |
| Octal | 253 | 303 | 43 | 14 | 0 | 122 | 30 | 105 | 106 | 55 |
| Binary | 10101011 | 11000011 | 100011 | 1100 | 0 | 1010010 | 11000 | 1000101 | 1000110 | 101101 |
Color Harmonies of #ABC323
Complementary color
Monochromatic Colors of #ABC323
Black with #ABC323
Text Example
Text Example
White with #ABC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC323; }
p { color: rgb(171,195,35); }
H1.HeaderClassName
{
color: #ABC323;
}
.AnyTagClassName
{
color: #ABC323;
}
</style>
background-color css
<style>
a { background-color: #ABC323; }
a { background-color: rgb(171,195,35); }
div.DivClassName
{
background-color: #ABC323;
}
.BgClassName
{
background-color: #ABC323;
}
</style>
border-color css
<style>
span { border-color: #ABC323; }
span { border-color: rgb(171,195,35); }
td.TdClassName
{
border-color: #ABC323;
}
.TagClassName
{
border-color: #ABC323;
}
</style>