Shades of Bahia #ADC92A
Tints of Bahia #ADC92A
RGB
CMYK
RGB Variations
Color information
#ADC92A (or 0xADC92A) is known color: Bahia. HEX triplet: AD, C9 and 2A. RGB value is (173,201,42). Sum of RGB (Red+Green+Blue) = 173+201+42=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC92A is #5236D5. Grayscale: #AFAFAF. Windows color (decimal): -5387990 or 2804141. OLE color: 2804141.
HSL color Cylindrical-coordinate representation of color #ADC92A: hue angle of 70.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADC92A is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 42 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.21 |
| HSL | 70.57º | 0.65% | 0.48% | - |
| HSV(B) | 70.57º | 0.79% | 0.79% | - |
| XYZ | 38.54 | 50.82 | 9.97 | - |
| YUV | 174.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 42 | 0.14 | 0 | 0.79 | 0.21 | 70.57 | 0.65 | 0.48 |
| Hex | AD | C9 | 2A | E | 0 | 4F | 15 | 47 | 41 | 30 |
| Octal | 255 | 311 | 52 | 16 | 0 | 117 | 25 | 107 | 101 | 60 |
| Binary | 10101101 | 11001001 | 101010 | 1110 | 0 | 1001111 | 10101 | 1000111 | 1000001 | 110000 |
Color Harmonies of #ADC92A
Complementary color
Monochromatic Colors of #ADC92A
Black with #ADC92A
Text Example
Text Example
White with #ADC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC92A; }
p { color: rgb(173,201,42); }
H1.HeaderClassName
{
color: #ADC92A;
}
.AnyTagClassName
{
color: #ADC92A;
}
</style>
background-color css
<style>
a { background-color: #ADC92A; }
a { background-color: rgb(173,201,42); }
div.DivClassName
{
background-color: #ADC92A;
}
.BgClassName
{
background-color: #ADC92A;
}
</style>
border-color css
<style>
span { border-color: #ADC92A; }
span { border-color: rgb(173,201,42); }
td.TdClassName
{
border-color: #ADC92A;
}
.TagClassName
{
border-color: #ADC92A;
}
</style>