Shades of Caper #ADCB6C
Tints of Caper #ADCB6C
RGB
CMYK
RGB Variations
Color information
#ADCB6C (or 0xADCB6C) is known color: Caper. HEX triplet: AD, CB and 6C. RGB value is (173,203,108). Sum of RGB (Red+Green+Blue) = 173+203+108=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB6C is #523493. Grayscale: #B7B7B7. Windows color (decimal): -5387412 or 7130029. OLE color: 7130029.
HSL color Cylindrical-coordinate representation of color #ADCB6C: hue angle of 78.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADCB6C is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 108 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.20 |
| HSL | 78.95º | 0.48% | 0.61% | - |
| HSV(B) | 78.95º | 0.47% | 0.8% | - |
| XYZ | 41.3 | 52.68 | 22.18 | - |
| YUV | 183.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 108 | 0.15 | 0 | 0.47 | 0.20 | 78.95 | 0.48 | 0.61 |
| Hex | AD | CB | 6C | F | 0 | 2F | 14 | 4F | 30 | 3D |
| Octal | 255 | 313 | 154 | 17 | 0 | 57 | 24 | 117 | 60 | 75 |
| Binary | 10101101 | 11001011 | 1101100 | 1111 | 0 | 101111 | 10100 | 1001111 | 110000 | 111101 |
Color Harmonies of #ADCB6C
Complementary color
Monochromatic Colors of #ADCB6C
Black with #ADCB6C
Text Example
Text Example
White with #ADCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB6C; }
p { color: rgb(173,203,108); }
H1.HeaderClassName
{
color: #ADCB6C;
}
.AnyTagClassName
{
color: #ADCB6C;
}
</style>
background-color css
<style>
a { background-color: #ADCB6C; }
a { background-color: rgb(173,203,108); }
div.DivClassName
{
background-color: #ADCB6C;
}
.BgClassName
{
background-color: #ADCB6C;
}
</style>
border-color css
<style>
span { border-color: #ADCB6C; }
span { border-color: rgb(173,203,108); }
td.TdClassName
{
border-color: #ADCB6C;
}
.TagClassName
{
border-color: #ADCB6C;
}
</style>