Shades of Bahia #ADCB21
Tints of Bahia #ADCB21
RGB
CMYK
RGB Variations
Color information
#ADCB21 (or 0xADCB21) is known color: Bahia. HEX triplet: AD, CB and 21. RGB value is (173,203,33). Sum of RGB (Red+Green+Blue) = 173+203+33=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB21 is #5234DE. Grayscale: #AFAFAF. Windows color (decimal): -5387487 or 2214829. OLE color: 2214829.
HSL color Cylindrical-coordinate representation of color #ADCB21: hue angle of 70.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADCB21 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 33 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.20 |
| HSL | 70.59º | 0.72% | 0.46% | - |
| HSV(B) | 70.59º | 0.84% | 0.8% | - |
| XYZ | 38.86 | 51.71 | 9.37 | - |
| YUV | 174.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 33 | 0.15 | 0 | 0.84 | 0.20 | 70.59 | 0.72 | 0.46 |
| Hex | AD | CB | 21 | F | 0 | 54 | 14 | 47 | 48 | 2E |
| Octal | 255 | 313 | 41 | 17 | 0 | 124 | 24 | 107 | 110 | 56 |
| Binary | 10101101 | 11001011 | 100001 | 1111 | 0 | 1010100 | 10100 | 1000111 | 1001000 | 101110 |
Color Harmonies of #ADCB21
Complementary color
Monochromatic Colors of #ADCB21
Black with #ADCB21
Text Example
Text Example
White with #ADCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB21; }
p { color: rgb(173,203,33); }
H1.HeaderClassName
{
color: #ADCB21;
}
.AnyTagClassName
{
color: #ADCB21;
}
</style>
background-color css
<style>
a { background-color: #ADCB21; }
a { background-color: rgb(173,203,33); }
div.DivClassName
{
background-color: #ADCB21;
}
.BgClassName
{
background-color: #ADCB21;
}
</style>
border-color css
<style>
span { border-color: #ADCB21; }
span { border-color: rgb(173,203,33); }
td.TdClassName
{
border-color: #ADCB21;
}
.TagClassName
{
border-color: #ADCB21;
}
</style>