Shades of Bahia #ABC32B
Tints of Bahia #ABC32B
RGB
CMYK
RGB Variations
Color information
#ABC32B (or 0xABC32B) is known color: Bahia. HEX triplet: AB, C3 and 2B. RGB value is (171,195,43). Sum of RGB (Red+Green+Blue) = 171+195+43=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC32B is #543CD4. Grayscale: #ABABAB. Windows color (decimal): -5520597 or 2868139. OLE color: 2868139.
HSL color Cylindrical-coordinate representation of color #ABC32B: hue angle of 69.47º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC32B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 43 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.24 |
| HSL | 69.47º | 0.64% | 0.47% | - |
| HSV(B) | 69.47º | 0.78% | 0.76% | - |
| XYZ | 36.75 | 47.86 | 9.59 | - |
| YUV | 170.5 | 56.05 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 43 | 0.12 | 0 | 0.78 | 0.24 | 69.47 | 0.64 | 0.47 |
| Hex | AB | C3 | 2B | C | 0 | 4E | 18 | 45 | 40 | 2F |
| Octal | 253 | 303 | 53 | 14 | 0 | 116 | 30 | 105 | 100 | 57 |
| Binary | 10101011 | 11000011 | 101011 | 1100 | 0 | 1001110 | 11000 | 1000101 | 1000000 | 101111 |
Color Harmonies of #ABC32B
Complementary color
Monochromatic Colors of #ABC32B
Black with #ABC32B
Text Example
Text Example
White with #ABC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC32B; }
p { color: rgb(171,195,43); }
H1.HeaderClassName
{
color: #ABC32B;
}
.AnyTagClassName
{
color: #ABC32B;
}
</style>
background-color css
<style>
a { background-color: #ABC32B; }
a { background-color: rgb(171,195,43); }
div.DivClassName
{
background-color: #ABC32B;
}
.BgClassName
{
background-color: #ABC32B;
}
</style>
border-color css
<style>
span { border-color: #ABC32B; }
span { border-color: rgb(171,195,43); }
td.TdClassName
{
border-color: #ABC32B;
}
.TagClassName
{
border-color: #ABC32B;
}
</style>