Shades of Bahia #ADBE30
Tints of Bahia #ADBE30
RGB
CMYK
RGB Variations
Color information
#ADBE30 (or 0xADBE30) is known color: Bahia. HEX triplet: AD, BE and 30. RGB value is (173,190,48). Sum of RGB (Red+Green+Blue) = 173+190+48=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE30 is #5241CF. Grayscale: #A9A9A9. Windows color (decimal): -5390800 or 3194541. OLE color: 3194541.
HSL color Cylindrical-coordinate representation of color #ADBE30: hue angle of 67.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADBE30 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 48 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.25 |
| HSL | 67.18º | 0.6% | 0.47% | - |
| HSV(B) | 67.18º | 0.75% | 0.75% | - |
| XYZ | 36.18 | 45.92 | 9.75 | - |
| YUV | 168.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 48 | 0.09 | 0 | 0.75 | 0.25 | 67.18 | 0.6 | 0.47 |
| Hex | AD | BE | 30 | 9 | 0 | 4B | 19 | 43 | 3C | 2F |
| Octal | 255 | 276 | 60 | 11 | 0 | 113 | 31 | 103 | 74 | 57 |
| Binary | 10101101 | 10111110 | 110000 | 1001 | 0 | 1001011 | 11001 | 1000011 | 111100 | 101111 |
Color Harmonies of #ADBE30
Complementary color
Monochromatic Colors of #ADBE30
Black with #ADBE30
Text Example
Text Example
White with #ADBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE30; }
p { color: rgb(173,190,48); }
H1.HeaderClassName
{
color: #ADBE30;
}
.AnyTagClassName
{
color: #ADBE30;
}
</style>
background-color css
<style>
a { background-color: #ADBE30; }
a { background-color: rgb(173,190,48); }
div.DivClassName
{
background-color: #ADBE30;
}
.BgClassName
{
background-color: #ADBE30;
}
</style>
border-color css
<style>
span { border-color: #ADBE30; }
span { border-color: rgb(173,190,48); }
td.TdClassName
{
border-color: #ADBE30;
}
.TagClassName
{
border-color: #ADBE30;
}
</style>