Shades of Bahia #ADBC30
Tints of Bahia #ADBC30
RGB
CMYK
RGB Variations
Color information
#ADBC30 (or 0xADBC30) is known color: Bahia. HEX triplet: AD, BC and 30. RGB value is (173,188,48). Sum of RGB (Red+Green+Blue) = 173+188+48=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC30 is #5243CF. Grayscale: #A8A8A8. Windows color (decimal): -5391312 or 3194029. OLE color: 3194029.
HSL color Cylindrical-coordinate representation of color #ADBC30: hue angle of 66.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADBC30 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 48 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.26 |
| HSL | 66.43º | 0.59% | 0.46% | - |
| HSV(B) | 66.43º | 0.74% | 0.74% | - |
| XYZ | 35.75 | 45.06 | 9.61 | - |
| YUV | 167.56 | 60.53 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 48 | 0.08 | 0 | 0.74 | 0.26 | 66.43 | 0.59 | 0.46 |
| Hex | AD | BC | 30 | 8 | 0 | 4A | 1A | 42 | 3B | 2E |
| Octal | 255 | 274 | 60 | 10 | 0 | 112 | 32 | 102 | 73 | 56 |
| Binary | 10101101 | 10111100 | 110000 | 1000 | 0 | 1001010 | 11010 | 1000010 | 111011 | 101110 |
Color Harmonies of #ADBC30
Complementary color
Monochromatic Colors of #ADBC30
Black with #ADBC30
Text Example
Text Example
White with #ADBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC30; }
p { color: rgb(173,188,48); }
H1.HeaderClassName
{
color: #ADBC30;
}
.AnyTagClassName
{
color: #ADBC30;
}
</style>
background-color css
<style>
a { background-color: #ADBC30; }
a { background-color: rgb(173,188,48); }
div.DivClassName
{
background-color: #ADBC30;
}
.BgClassName
{
background-color: #ADBC30;
}
</style>
border-color css
<style>
span { border-color: #ADBC30; }
span { border-color: rgb(173,188,48); }
td.TdClassName
{
border-color: #ADBC30;
}
.TagClassName
{
border-color: #ADBC30;
}
</style>