Shades of Bahia #ADC333
Tints of Bahia #ADC333
RGB
CMYK
RGB Variations
Color information
#ADC333 (or 0xADC333) is known color: Bahia. HEX triplet: AD, C3 and 33. RGB value is (173,195,51). Sum of RGB (Red+Green+Blue) = 173+195+51=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC333 is #523CCC. Grayscale: #ACACAC. Windows color (decimal): -5389517 or 3392429. OLE color: 3392429.
HSL color Cylindrical-coordinate representation of color #ADC333: hue angle of 69.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC333 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 51 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.24 |
| HSL | 69.17º | 0.59% | 0.48% | - |
| HSV(B) | 69.17º | 0.74% | 0.76% | - |
| XYZ | 37.35 | 48.15 | 10.46 | - |
| YUV | 172.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 51 | 0.11 | 0 | 0.74 | 0.24 | 69.17 | 0.59 | 0.48 |
| Hex | AD | C3 | 33 | B | 0 | 4A | 18 | 45 | 3B | 30 |
| Octal | 255 | 303 | 63 | 13 | 0 | 112 | 30 | 105 | 73 | 60 |
| Binary | 10101101 | 11000011 | 110011 | 1011 | 0 | 1001010 | 11000 | 1000101 | 111011 | 110000 |
Color Harmonies of #ADC333
Complementary color
Monochromatic Colors of #ADC333
Black with #ADC333
Text Example
Text Example
White with #ADC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC333; }
p { color: rgb(173,195,51); }
H1.HeaderClassName
{
color: #ADC333;
}
.AnyTagClassName
{
color: #ADC333;
}
</style>
background-color css
<style>
a { background-color: #ADC333; }
a { background-color: rgb(173,195,51); }
div.DivClassName
{
background-color: #ADC333;
}
.BgClassName
{
background-color: #ADC333;
}
</style>
border-color css
<style>
span { border-color: #ADC333; }
span { border-color: rgb(173,195,51); }
td.TdClassName
{
border-color: #ADC333;
}
.TagClassName
{
border-color: #ADC333;
}
</style>