Shades of Bahia #ADBD30
Tints of Bahia #ADBD30
RGB
CMYK
RGB Variations
Color information
#ADBD30 (or 0xADBD30) is known color: Bahia. HEX triplet: AD, BD and 30. RGB value is (173,189,48). Sum of RGB (Red+Green+Blue) = 173+189+48=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD30 is #5242CF. Grayscale: #A8A8A8. Windows color (decimal): -5391056 or 3194285. OLE color: 3194285.
HSL color Cylindrical-coordinate representation of color #ADBD30: hue angle of 66.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADBD30 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 48 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.26 |
| HSL | 66.81º | 0.59% | 0.46% | - |
| HSV(B) | 66.81º | 0.75% | 0.74% | - |
| XYZ | 35.96 | 45.49 | 9.68 | - |
| YUV | 168.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 48 | 0.08 | 0 | 0.75 | 0.26 | 66.81 | 0.59 | 0.46 |
| Hex | AD | BD | 30 | 8 | 0 | 4B | 1A | 43 | 3B | 2E |
| Octal | 255 | 275 | 60 | 10 | 0 | 113 | 32 | 103 | 73 | 56 |
| Binary | 10101101 | 10111101 | 110000 | 1000 | 0 | 1001011 | 11010 | 1000011 | 111011 | 101110 |
Color Harmonies of #ADBD30
Complementary color
Monochromatic Colors of #ADBD30
Black with #ADBD30
Text Example
Text Example
White with #ADBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD30; }
p { color: rgb(173,189,48); }
H1.HeaderClassName
{
color: #ADBD30;
}
.AnyTagClassName
{
color: #ADBD30;
}
</style>
background-color css
<style>
a { background-color: #ADBD30; }
a { background-color: rgb(173,189,48); }
div.DivClassName
{
background-color: #ADBD30;
}
.BgClassName
{
background-color: #ADBD30;
}
</style>
border-color css
<style>
span { border-color: #ADBD30; }
span { border-color: rgb(173,189,48); }
td.TdClassName
{
border-color: #ADBD30;
}
.TagClassName
{
border-color: #ADBD30;
}
</style>