Shades of Bahia #ADC92E
Tints of Bahia #ADC92E
RGB
CMYK
RGB Variations
Color information
#ADC92E (or 0xADC92E) is known color: Bahia. HEX triplet: AD, C9 and 2E. RGB value is (173,201,46). Sum of RGB (Red+Green+Blue) = 173+201+46=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC92E is #5236D1. Grayscale: #AFAFAF. Windows color (decimal): -5387986 or 3066285. OLE color: 3066285.
HSL color Cylindrical-coordinate representation of color #ADC92E: hue angle of 70.84º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC92E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 201 | 46 | - |
CMYK | 0.14 | 0 | 0.77 | 0.21 |
HSL | 70.84º | 0.63% | 0.48% | - |
HSV(B) | 70.84º | 0.77% | 0.79% | - |
XYZ | 38.61 | 50.85 | 10.37 | - |
YUV | 174.96 | 55.22 | 126.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 201 | 46 | 0.14 | 0 | 0.77 | 0.21 | 70.84 | 0.63 | 0.48 |
Hex | AD | C9 | 2E | E | 0 | 4D | 15 | 47 | 3F | 30 |
Octal | 255 | 311 | 56 | 16 | 0 | 115 | 25 | 107 | 77 | 60 |
Binary | 10101101 | 11001001 | 101110 | 1110 | 0 | 1001101 | 10101 | 1000111 | 111111 | 110000 |
Color Harmonies of #ADC92E
Complementary color
Monochromatic Colors of #ADC92E
Black with #ADC92E
Text Example
Text Example
White with #ADC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC92E; }
p { color: rgb(173,201,46); }
H1.HeaderClassName
{
color: #ADC92E;
}
.AnyTagClassName
{
color: #ADC92E;
}
</style>
background-color css
<style>
a { background-color: #ADC92E; }
a { background-color: rgb(173,201,46); }
div.DivClassName
{
background-color: #ADC92E;
}
.BgClassName
{
background-color: #ADC92E;
}
</style>
border-color css
<style>
span { border-color: #ADC92E; }
span { border-color: rgb(173,201,46); }
td.TdClassName
{
border-color: #ADC92E;
}
.TagClassName
{
border-color: #ADC92E;
}
</style>