Shades of Caper #ADBE7B
Tints of Caper #ADBE7B
RGB
CMYK
RGB Variations
Color information
#ADBE7B (or 0xADBE7B) is known color: Caper. HEX triplet: AD, BE and 7B. RGB value is (173,190,123). Sum of RGB (Red+Green+Blue) = 173+190+123=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE7B is #524184. Grayscale: #B1B1B1. Windows color (decimal): -5390725 or 8109741. OLE color: 8109741.
HSL color Cylindrical-coordinate representation of color #ADBE7B: hue angle of 75.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADBE7B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 190 | 123 | - |
CMYK | 0.09 | 0 | 0.35 | 0.25 |
HSL | 75.22º | 0.34% | 0.61% | - |
HSV(B) | 75.22º | 0.35% | 0.75% | - |
XYZ | 39.22 | 47.14 | 25.77 | - |
YUV | 177.28 | 97.37 | 124.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 123 | 0.09 | 0 | 0.35 | 0.25 | 75.22 | 0.34 | 0.61 |
Hex | AD | BE | 7B | 9 | 0 | 23 | 19 | 4B | 22 | 3D |
Octal | 255 | 276 | 173 | 11 | 0 | 43 | 31 | 113 | 42 | 75 |
Binary | 10101101 | 10111110 | 1111011 | 1001 | 0 | 100011 | 11001 | 1001011 | 100010 | 111101 |
Color Harmonies of #ADBE7B
Complementary color
Monochromatic Colors of #ADBE7B
Black with #ADBE7B
Text Example
Text Example
White with #ADBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE7B; }
p { color: rgb(173,190,123); }
H1.HeaderClassName
{
color: #ADBE7B;
}
.AnyTagClassName
{
color: #ADBE7B;
}
</style>
background-color css
<style>
a { background-color: #ADBE7B; }
a { background-color: rgb(173,190,123); }
div.DivClassName
{
background-color: #ADBE7B;
}
.BgClassName
{
background-color: #ADBE7B;
}
</style>
border-color css
<style>
span { border-color: #ADBE7B; }
span { border-color: rgb(173,190,123); }
td.TdClassName
{
border-color: #ADBE7B;
}
.TagClassName
{
border-color: #ADBE7B;
}
</style>