Shades of Bahia #ADBC28
Tints of Bahia #ADBC28
RGB
CMYK
RGB Variations
Color information
#ADBC28 (or 0xADBC28) is known color: Bahia. HEX triplet: AD, BC and 28. RGB value is (173,188,40). Sum of RGB (Red+Green+Blue) = 173+188+40=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC28 is #5243D7. Grayscale: #A7A7A7. Windows color (decimal): -5391320 or 2669741. OLE color: 2669741.
HSL color Cylindrical-coordinate representation of color #ADBC28: hue angle of 66.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADBC28 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 40 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.26 |
| HSL | 66.08º | 0.65% | 0.45% | - |
| HSV(B) | 66.08º | 0.79% | 0.74% | - |
| XYZ | 35.6 | 45 | 8.82 | - |
| YUV | 166.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 40 | 0.08 | 0 | 0.79 | 0.26 | 66.08 | 0.65 | 0.45 |
| Hex | AD | BC | 28 | 8 | 0 | 4F | 1A | 42 | 41 | 2D |
| Octal | 255 | 274 | 50 | 10 | 0 | 117 | 32 | 102 | 101 | 55 |
| Binary | 10101101 | 10111100 | 101000 | 1000 | 0 | 1001111 | 11010 | 1000010 | 1000001 | 101101 |
Color Harmonies of #ADBC28
Complementary color
Monochromatic Colors of #ADBC28
Black with #ADBC28
Text Example
Text Example
White with #ADBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC28; }
p { color: rgb(173,188,40); }
H1.HeaderClassName
{
color: #ADBC28;
}
.AnyTagClassName
{
color: #ADBC28;
}
</style>
background-color css
<style>
a { background-color: #ADBC28; }
a { background-color: rgb(173,188,40); }
div.DivClassName
{
background-color: #ADBC28;
}
.BgClassName
{
background-color: #ADBC28;
}
</style>
border-color css
<style>
span { border-color: #ADBC28; }
span { border-color: rgb(173,188,40); }
td.TdClassName
{
border-color: #ADBC28;
}
.TagClassName
{
border-color: #ADBC28;
}
</style>