Shades of Bahia #ABCF23
Tints of Bahia #ABCF23
RGB
CMYK
RGB Variations
Color information
#ABCF23 (or 0xABCF23) is known color: Bahia. HEX triplet: AB, CF and 23. RGB value is (171,207,35). Sum of RGB (Red+Green+Blue) = 171+207+35=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF23 is #5430DC. Grayscale: #B1B1B1. Windows color (decimal): -5517533 or 2346923. OLE color: 2346923.
HSL color Cylindrical-coordinate representation of color #ABCF23: hue angle of 72.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABCF23 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 35 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.19 |
| HSL | 72.56º | 0.71% | 0.47% | - |
| HSV(B) | 72.56º | 0.83% | 0.81% | - |
| XYZ | 39.41 | 53.4 | 9.82 | - |
| YUV | 176.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 35 | 0.17 | 0 | 0.83 | 0.19 | 72.56 | 0.71 | 0.47 |
| Hex | AB | CF | 23 | 11 | 0 | 53 | 13 | 49 | 47 | 2F |
| Octal | 253 | 317 | 43 | 21 | 0 | 123 | 23 | 111 | 107 | 57 |
| Binary | 10101011 | 11001111 | 100011 | 10001 | 0 | 1010011 | 10011 | 1001001 | 1000111 | 101111 |
Color Harmonies of #ABCF23
Complementary color
Monochromatic Colors of #ABCF23
Black with #ABCF23
Text Example
Text Example
White with #ABCF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF23; }
p { color: rgb(171,207,35); }
H1.HeaderClassName
{
color: #ABCF23;
}
.AnyTagClassName
{
color: #ABCF23;
}
</style>
background-color css
<style>
a { background-color: #ABCF23; }
a { background-color: rgb(171,207,35); }
div.DivClassName
{
background-color: #ABCF23;
}
.BgClassName
{
background-color: #ABCF23;
}
</style>
border-color css
<style>
span { border-color: #ABCF23; }
span { border-color: rgb(171,207,35); }
td.TdClassName
{
border-color: #ABCF23;
}
.TagClassName
{
border-color: #ABCF23;
}
</style>