Shades of Bahia #ABCD23
Tints of Bahia #ABCD23
RGB
CMYK
RGB Variations
Color information
#ABCD23 (or 0xABCD23) is known color: Bahia. HEX triplet: AB, CD and 23. RGB value is (171,205,35). Sum of RGB (Red+Green+Blue) = 171+205+35=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD23 is #5432DC. Grayscale: #B0B0B0. Windows color (decimal): -5518045 or 2346411. OLE color: 2346411.
HSL color Cylindrical-coordinate representation of color #ABCD23: hue angle of 72º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABCD23 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 35 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.20 |
| HSL | 72º | 0.71% | 0.47% | - |
| HSV(B) | 72º | 0.83% | 0.8% | - |
| XYZ | 38.93 | 52.44 | 9.66 | - |
| YUV | 175.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 35 | 0.17 | 0 | 0.83 | 0.20 | 72 | 0.71 | 0.47 |
| Hex | AB | CD | 23 | 11 | 0 | 53 | 14 | 48 | 47 | 2F |
| Octal | 253 | 315 | 43 | 21 | 0 | 123 | 24 | 110 | 107 | 57 |
| Binary | 10101011 | 11001101 | 100011 | 10001 | 0 | 1010011 | 10100 | 1001000 | 1000111 | 101111 |
Color Harmonies of #ABCD23
Complementary color
Monochromatic Colors of #ABCD23
Black with #ABCD23
Text Example
Text Example
White with #ABCD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD23; }
p { color: rgb(171,205,35); }
H1.HeaderClassName
{
color: #ABCD23;
}
.AnyTagClassName
{
color: #ABCD23;
}
</style>
background-color css
<style>
a { background-color: #ABCD23; }
a { background-color: rgb(171,205,35); }
div.DivClassName
{
background-color: #ABCD23;
}
.BgClassName
{
background-color: #ABCD23;
}
</style>
border-color css
<style>
span { border-color: #ABCD23; }
span { border-color: rgb(171,205,35); }
td.TdClassName
{
border-color: #ABCD23;
}
.TagClassName
{
border-color: #ABCD23;
}
</style>