Shades of Bahia #ADC31B
Tints of Bahia #ADC31B
RGB
CMYK
RGB Variations
Color information
#ADC31B (or 0xADC31B) is known color: Bahia. HEX triplet: AD, C3 and 1B. RGB value is (173,195,27). Sum of RGB (Red+Green+Blue) = 173+195+27=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC31B is #523CE4. Grayscale: #A9A9A9. Windows color (decimal): -5389541 or 1819565. OLE color: 1819565.
HSL color Cylindrical-coordinate representation of color #ADC31B: hue angle of 67.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC31B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 27 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.24 |
| HSL | 67.86º | 0.76% | 0.44% | - |
| HSV(B) | 67.86º | 0.86% | 0.76% | - |
| XYZ | 36.95 | 47.99 | 8.35 | - |
| YUV | 169.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 27 | 0.11 | 0 | 0.86 | 0.24 | 67.86 | 0.76 | 0.44 |
| Hex | AD | C3 | 1B | B | 0 | 56 | 18 | 44 | 4C | 2C |
| Octal | 255 | 303 | 33 | 13 | 0 | 126 | 30 | 104 | 114 | 54 |
| Binary | 10101101 | 11000011 | 11011 | 1011 | 0 | 1010110 | 11000 | 1000100 | 1001100 | 101100 |
Color Harmonies of #ADC31B
Complementary color
Monochromatic Colors of #ADC31B
Black with #ADC31B
Text Example
Text Example
White with #ADC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC31B; }
p { color: rgb(173,195,27); }
H1.HeaderClassName
{
color: #ADC31B;
}
.AnyTagClassName
{
color: #ADC31B;
}
</style>
background-color css
<style>
a { background-color: #ADC31B; }
a { background-color: rgb(173,195,27); }
div.DivClassName
{
background-color: #ADC31B;
}
.BgClassName
{
background-color: #ADC31B;
}
</style>
border-color css
<style>
span { border-color: #ADC31B; }
span { border-color: rgb(173,195,27); }
td.TdClassName
{
border-color: #ADC31B;
}
.TagClassName
{
border-color: #ADC31B;
}
</style>