#ADBE76

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

Shades of Caper #ADBE76

Tints of Caper #ADBE76

Color information

#ADBE76 (or 0xADBE76) is unknown color: approx Caper. HEX triplet: AD, BE and 76. RGB value is (173,190,118). Sum of RGB (Red+Green+Blue) = 173+190+118=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE76 is #524189. Grayscale: #B0B0B0. Windows color (decimal): -5390730 or 7782061. OLE color: 7782061.

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

Color convert

RGB173190118-
CMYK0.0900.380.25
HSL74.17º35.64%60.39%-
HSV(B)74.17º37.89%74.51%-
XYZ38.9247.0224.16-
YUV176.7194.87125.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=35.97%
G=39.50%
B=24.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901180.0900.380.2574.1735.6460.39
HexADBE769026194a243c
Octal25527616611046311124474
Binary1010110110111110111011010010100110110011001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE76; }

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

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

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

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

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

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

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

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