Shades of Conifer #ADCB5A
Tints of Conifer #ADCB5A
RGB
CMYK
RGB Variations
Color information
#ADCB5A (or 0xADCB5A) is known color: Conifer. HEX triplet: AD, CB and 5A. RGB value is (173,203,90). Sum of RGB (Red+Green+Blue) = 173+203+90=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB5A is #5234A5. Grayscale: #B5B5B5. Windows color (decimal): -5387430 or 5950381. OLE color: 5950381.
HSL color Cylindrical-coordinate representation of color #ADCB5A: hue angle of 75.93º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCB5A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 90 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.20 |
| HSL | 75.93º | 0.52% | 0.57% | - |
| HSV(B) | 75.93º | 0.56% | 0.8% | - |
| XYZ | 40.43 | 52.33 | 17.64 | - |
| YUV | 181.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 90 | 0.15 | 0 | 0.56 | 0.20 | 75.93 | 0.52 | 0.57 |
| Hex | AD | CB | 5A | F | 0 | 38 | 14 | 4C | 34 | 39 |
| Octal | 255 | 313 | 132 | 17 | 0 | 70 | 24 | 114 | 64 | 71 |
| Binary | 10101101 | 11001011 | 1011010 | 1111 | 0 | 111000 | 10100 | 1001100 | 110100 | 111001 |
Color Harmonies of #ADCB5A
Complementary color
Monochromatic Colors of #ADCB5A
Black with #ADCB5A
Text Example
Text Example
White with #ADCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB5A; }
p { color: rgb(173,203,90); }
H1.HeaderClassName
{
color: #ADCB5A;
}
.AnyTagClassName
{
color: #ADCB5A;
}
</style>
background-color css
<style>
a { background-color: #ADCB5A; }
a { background-color: rgb(173,203,90); }
div.DivClassName
{
background-color: #ADCB5A;
}
.BgClassName
{
background-color: #ADCB5A;
}
</style>
border-color css
<style>
span { border-color: #ADCB5A; }
span { border-color: rgb(173,203,90); }
td.TdClassName
{
border-color: #ADCB5A;
}
.TagClassName
{
border-color: #ADCB5A;
}
</style>