Shades of Caper #ADC57B
Tints of Caper #ADC57B
RGB
CMYK
RGB Variations
Color information
#ADC57B (or 0xADC57B) is known color: Caper. HEX triplet: AD, C5 and 7B. RGB value is (173,197,123). Sum of RGB (Red+Green+Blue) = 173+197+123=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57B is #523A84. Grayscale: #B5B5B5. Windows color (decimal): -5388933 or 8111533. OLE color: 8111533.
HSL color Cylindrical-coordinate representation of color #ADC57B: hue angle of 79.46º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC57B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 123 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.23 |
| HSL | 79.46º | 0.39% | 0.63% | - |
| HSV(B) | 79.46º | 0.38% | 0.77% | - |
| XYZ | 40.77 | 50.25 | 26.29 | - |
| YUV | 181.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 123 | 0.12 | 0 | 0.38 | 0.23 | 79.46 | 0.39 | 0.63 |
| Hex | AD | C5 | 7B | C | 0 | 26 | 17 | 4F | 27 | 3F |
| Octal | 255 | 305 | 173 | 14 | 0 | 46 | 27 | 117 | 47 | 77 |
| Binary | 10101101 | 11000101 | 1111011 | 1100 | 0 | 100110 | 10111 | 1001111 | 100111 | 111111 |
Color Harmonies of #ADC57B
Complementary color
Monochromatic Colors of #ADC57B
Black with #ADC57B
Text Example
Text Example
White with #ADC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC57B; }
p { color: rgb(173,197,123); }
H1.HeaderClassName
{
color: #ADC57B;
}
.AnyTagClassName
{
color: #ADC57B;
}
</style>
background-color css
<style>
a { background-color: #ADC57B; }
a { background-color: rgb(173,197,123); }
div.DivClassName
{
background-color: #ADC57B;
}
.BgClassName
{
background-color: #ADC57B;
}
</style>
border-color css
<style>
span { border-color: #ADC57B; }
span { border-color: rgb(173,197,123); }
td.TdClassName
{
border-color: #ADC57B;
}
.TagClassName
{
border-color: #ADC57B;
}
</style>