Shades of Caper #ADC27B
Tints of Caper #ADC27B
RGB
CMYK
RGB Variations
Color information
#ADC27B (or 0xADC27B) is known color: Caper. HEX triplet: AD, C2 and 7B. RGB value is (173,194,123). Sum of RGB (Red+Green+Blue) = 173+194+123=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC27B is #523D84. Grayscale: #B3B3B3. Windows color (decimal): -5389701 or 8110765. OLE color: 8110765.
HSL color Cylindrical-coordinate representation of color #ADC27B: hue angle of 77.75º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC27B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 123 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.24 |
| HSL | 77.75º | 0.37% | 0.62% | - |
| HSV(B) | 77.75º | 0.37% | 0.76% | - |
| XYZ | 40.1 | 48.9 | 26.06 | - |
| YUV | 179.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 123 | 0.11 | 0 | 0.37 | 0.24 | 77.75 | 0.37 | 0.62 |
| Hex | AD | C2 | 7B | B | 0 | 25 | 18 | 4E | 25 | 3E |
| Octal | 255 | 302 | 173 | 13 | 0 | 45 | 30 | 116 | 45 | 76 |
| Binary | 10101101 | 11000010 | 1111011 | 1011 | 0 | 100101 | 11000 | 1001110 | 100101 | 111110 |
Color Harmonies of #ADC27B
Complementary color
Monochromatic Colors of #ADC27B
Black with #ADC27B
Text Example
Text Example
White with #ADC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC27B; }
p { color: rgb(173,194,123); }
H1.HeaderClassName
{
color: #ADC27B;
}
.AnyTagClassName
{
color: #ADC27B;
}
</style>
background-color css
<style>
a { background-color: #ADC27B; }
a { background-color: rgb(173,194,123); }
div.DivClassName
{
background-color: #ADC27B;
}
.BgClassName
{
background-color: #ADC27B;
}
</style>
border-color css
<style>
span { border-color: #ADC27B; }
span { border-color: rgb(173,194,123); }
td.TdClassName
{
border-color: #ADC27B;
}
.TagClassName
{
border-color: #ADC27B;
}
</style>