Shades of Caper #ADCB6B
Tints of Caper #ADCB6B
RGB
CMYK
RGB Variations
Color information
#ADCB6B (or 0xADCB6B) is known color: Caper. HEX triplet: AD, CB and 6B. RGB value is (173,203,107). Sum of RGB (Red+Green+Blue) = 173+203+107=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB6B is #523494. Grayscale: #B7B7B7. Windows color (decimal): -5387413 or 7064493. OLE color: 7064493.
HSL color Cylindrical-coordinate representation of color #ADCB6B: hue angle of 78.75º 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 #ADCB6B is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 107 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.20 |
| HSL | 78.75º | 0.48% | 0.61% | - |
| HSV(B) | 78.75º | 0.47% | 0.8% | - |
| XYZ | 41.24 | 52.66 | 21.9 | - |
| YUV | 183.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 107 | 0.15 | 0 | 0.47 | 0.20 | 78.75 | 0.48 | 0.61 |
| Hex | AD | CB | 6B | F | 0 | 2F | 14 | 4F | 30 | 3D |
| Octal | 255 | 313 | 153 | 17 | 0 | 57 | 24 | 117 | 60 | 75 |
| Binary | 10101101 | 11001011 | 1101011 | 1111 | 0 | 101111 | 10100 | 1001111 | 110000 | 111101 |
Color Harmonies of #ADCB6B
Complementary color
Monochromatic Colors of #ADCB6B
Black with #ADCB6B
Text Example
Text Example
White with #ADCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB6B; }
p { color: rgb(173,203,107); }
H1.HeaderClassName
{
color: #ADCB6B;
}
.AnyTagClassName
{
color: #ADCB6B;
}
</style>
background-color css
<style>
a { background-color: #ADCB6B; }
a { background-color: rgb(173,203,107); }
div.DivClassName
{
background-color: #ADCB6B;
}
.BgClassName
{
background-color: #ADCB6B;
}
</style>
border-color css
<style>
span { border-color: #ADCB6B; }
span { border-color: rgb(173,203,107); }
td.TdClassName
{
border-color: #ADCB6B;
}
.TagClassName
{
border-color: #ADCB6B;
}
</style>