Shades of Bahia #ADBC21
Tints of Bahia #ADBC21
RGB
CMYK
RGB Variations
Color information
#ADBC21 (or 0xADBC21) is known color: Bahia. HEX triplet: AD, BC and 21. RGB value is (173,188,33). Sum of RGB (Red+Green+Blue) = 173+188+33=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC21 is #5243DE. Grayscale: #A6A6A6. Windows color (decimal): -5391327 or 2210989. OLE color: 2210989.
HSL color Cylindrical-coordinate representation of color #ADBC21: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADBC21 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 33 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.26 |
| HSL | 65.81º | 0.7% | 0.43% | - |
| HSV(B) | 65.81º | 0.82% | 0.74% | - |
| XYZ | 35.49 | 44.96 | 8.25 | - |
| YUV | 165.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 33 | 0.08 | 0 | 0.82 | 0.26 | 65.81 | 0.7 | 0.43 |
| Hex | AD | BC | 21 | 8 | 0 | 52 | 1A | 42 | 46 | 2B |
| Octal | 255 | 274 | 41 | 10 | 0 | 122 | 32 | 102 | 106 | 53 |
| Binary | 10101101 | 10111100 | 100001 | 1000 | 0 | 1010010 | 11010 | 1000010 | 1000110 | 101011 |
Color Harmonies of #ADBC21
Complementary color
Monochromatic Colors of #ADBC21
Black with #ADBC21
Text Example
Text Example
White with #ADBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC21; }
p { color: rgb(173,188,33); }
H1.HeaderClassName
{
color: #ADBC21;
}
.AnyTagClassName
{
color: #ADBC21;
}
</style>
background-color css
<style>
a { background-color: #ADBC21; }
a { background-color: rgb(173,188,33); }
div.DivClassName
{
background-color: #ADBC21;
}
.BgClassName
{
background-color: #ADBC21;
}
</style>
border-color css
<style>
span { border-color: #ADBC21; }
span { border-color: rgb(173,188,33); }
td.TdClassName
{
border-color: #ADBC21;
}
.TagClassName
{
border-color: #ADBC21;
}
</style>