Shades of Bahia #ADBC34
Tints of Bahia #ADBC34
RGB
CMYK
RGB Variations
Color information
#ADBC34 (or 0xADBC34) is known color: Bahia. HEX triplet: AD, BC and 34. RGB value is (173,188,52). Sum of RGB (Red+Green+Blue) = 173+188+52=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC34 is #5243CB. Grayscale: #A8A8A8. Windows color (decimal): -5391308 or 3456173. OLE color: 3456173.
HSL color Cylindrical-coordinate representation of color #ADBC34: hue angle of 66.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADBC34 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 52 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.26 |
| HSL | 66.62º | 0.57% | 0.47% | - |
| HSV(B) | 66.62º | 0.72% | 0.74% | - |
| XYZ | 35.84 | 45.1 | 10.06 | - |
| YUV | 168.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 52 | 0.08 | 0 | 0.72 | 0.26 | 66.62 | 0.57 | 0.47 |
| Hex | AD | BC | 34 | 8 | 0 | 48 | 1A | 43 | 39 | 2F |
| Octal | 255 | 274 | 64 | 10 | 0 | 110 | 32 | 103 | 71 | 57 |
| Binary | 10101101 | 10111100 | 110100 | 1000 | 0 | 1001000 | 11010 | 1000011 | 111001 | 101111 |
Color Harmonies of #ADBC34
Complementary color
Monochromatic Colors of #ADBC34
Black with #ADBC34
Text Example
Text Example
White with #ADBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC34; }
p { color: rgb(173,188,52); }
H1.HeaderClassName
{
color: #ADBC34;
}
.AnyTagClassName
{
color: #ADBC34;
}
</style>
background-color css
<style>
a { background-color: #ADBC34; }
a { background-color: rgb(173,188,52); }
div.DivClassName
{
background-color: #ADBC34;
}
.BgClassName
{
background-color: #ADBC34;
}
</style>
border-color css
<style>
span { border-color: #ADBC34; }
span { border-color: rgb(173,188,52); }
td.TdClassName
{
border-color: #ADBC34;
}
.TagClassName
{
border-color: #ADBC34;
}
</style>