Shades of Bahia #ADCB2D
Tints of Bahia #ADCB2D
RGB
CMYK
RGB Variations
Color information
#ADCB2D (or 0xADCB2D) is known color: Bahia. HEX triplet: AD, CB and 2D. RGB value is (173,203,45). Sum of RGB (Red+Green+Blue) = 173+203+45=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB2D is #5234D2. Grayscale: #B0B0B0. Windows color (decimal): -5387475 or 3001261. OLE color: 3001261.
HSL color Cylindrical-coordinate representation of color #ADCB2D: hue angle of 71.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADCB2D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 45 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.20 |
| HSL | 71.39º | 0.64% | 0.49% | - |
| HSV(B) | 71.39º | 0.78% | 0.8% | - |
| XYZ | 39.06 | 51.79 | 10.42 | - |
| YUV | 176.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 45 | 0.15 | 0 | 0.78 | 0.20 | 71.39 | 0.64 | 0.49 |
| Hex | AD | CB | 2D | F | 0 | 4E | 14 | 47 | 40 | 31 |
| Octal | 255 | 313 | 55 | 17 | 0 | 116 | 24 | 107 | 100 | 61 |
| Binary | 10101101 | 11001011 | 101101 | 1111 | 0 | 1001110 | 10100 | 1000111 | 1000000 | 110001 |
Color Harmonies of #ADCB2D
Complementary color
Monochromatic Colors of #ADCB2D
Black with #ADCB2D
Text Example
Text Example
White with #ADCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB2D; }
p { color: rgb(173,203,45); }
H1.HeaderClassName
{
color: #ADCB2D;
}
.AnyTagClassName
{
color: #ADCB2D;
}
</style>
background-color css
<style>
a { background-color: #ADCB2D; }
a { background-color: rgb(173,203,45); }
div.DivClassName
{
background-color: #ADCB2D;
}
.BgClassName
{
background-color: #ADCB2D;
}
</style>
border-color css
<style>
span { border-color: #ADCB2D; }
span { border-color: rgb(173,203,45); }
td.TdClassName
{
border-color: #ADCB2D;
}
.TagClassName
{
border-color: #ADCB2D;
}
</style>