Shades of Bahia #ADCB24
Tints of Bahia #ADCB24
RGB
CMYK
RGB Variations
Color information
#ADCB24 (or 0xADCB24) is known color: Bahia. HEX triplet: AD, CB and 24. RGB value is (173,203,36). Sum of RGB (Red+Green+Blue) = 173+203+36=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB24 is #5234DB. Grayscale: #AFAFAF. Windows color (decimal): -5387484 or 2411437. OLE color: 2411437.
HSL color Cylindrical-coordinate representation of color #ADCB24: hue angle of 70.78º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCB24 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 36 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.20 |
| HSL | 70.78º | 0.7% | 0.47% | - |
| HSV(B) | 70.78º | 0.82% | 0.8% | - |
| XYZ | 38.91 | 51.72 | 9.6 | - |
| YUV | 174.99 | 49.56 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 36 | 0.15 | 0 | 0.82 | 0.20 | 70.78 | 0.7 | 0.47 |
| Hex | AD | CB | 24 | F | 0 | 52 | 14 | 47 | 46 | 2F |
| Octal | 255 | 313 | 44 | 17 | 0 | 122 | 24 | 107 | 106 | 57 |
| Binary | 10101101 | 11001011 | 100100 | 1111 | 0 | 1010010 | 10100 | 1000111 | 1000110 | 101111 |
Color Harmonies of #ADCB24
Complementary color
Monochromatic Colors of #ADCB24
Black with #ADCB24
Text Example
Text Example
White with #ADCB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB24; }
p { color: rgb(173,203,36); }
H1.HeaderClassName
{
color: #ADCB24;
}
.AnyTagClassName
{
color: #ADCB24;
}
</style>
background-color css
<style>
a { background-color: #ADCB24; }
a { background-color: rgb(173,203,36); }
div.DivClassName
{
background-color: #ADCB24;
}
.BgClassName
{
background-color: #ADCB24;
}
</style>
border-color css
<style>
span { border-color: #ADCB24; }
span { border-color: rgb(173,203,36); }
td.TdClassName
{
border-color: #ADCB24;
}
.TagClassName
{
border-color: #ADCB24;
}
</style>