#ADBE6F

Color #ADBE6F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADBE6F

Tints of Caper #ADBE6F

Color information

#ADBE6F (or 0xADBE6F) is unknown color: approx Caper. HEX triplet: AD, BE and 6F. RGB value is (173,190,111). Sum of RGB (Red+Green+Blue) = 173+190+111=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE6F is #524190. Grayscale: #B0B0B0. Windows color (decimal): -5390737 or 7323309. OLE color: 7323309.

HSL color Cylindrical-coordinate representation of color #ADBE6F: hue angle of 72.91º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBE6F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB173190111-
CMYK0.0900.420.25
HSL72.91º37.8%59.02%-
HSV(B)72.91º41.58%74.51%-
XYZ38.5246.8622.05-
YUV175.9191.37125.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=36.50%
G=40.08%
B=23.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901110.0900.420.2572.9137.859.02
HexADBE6F902A1949263b
Octal25527615711052311114673
Binary1010110110111110110111110010101010110011001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE6F; }

 p { color: rgb(173,190,111); }

 H1.HeaderClassName
 {
   color: #ADBE6F;
 }
 .AnyTagClassName
 {
   color: #ADBE6F;
 }
</style>
background-color css

<style>
 a { background-color: #ADBE6F; }

 a { background-color: rgb(173,190,111); }

 div.DivClassName
 {
   background-color: #ADBE6F;
 }
 .BgClassName
 {
   background-color: #ADBE6F;
 }
</style>
border-color css

<style>
 span { border-color: #ADBE6F; }

 span { border-color: rgb(173,190,111); }

 td.TdClassName
 {
   border-color: #ADBE6F;
 }
 .TagClassName
 {
   border-color: #ADBE6F;
 }
</style>