#ADC68A

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

Shades of Caper #ADC68A

Tints of Caper #ADC68A

Color information

#ADC68A (or 0xADC68A) is unknown color: approx Caper. HEX triplet: AD, C6 and 8A. RGB value is (173,198,138). Sum of RGB (Red+Green+Blue) = 173+198+138=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68A is #523975. Grayscale: #B7B7B7. Windows color (decimal): -5388662 or 9094829. OLE color: 9094829.

HSL color Cylindrical-coordinate representation of color #ADC68A: hue angle of 85º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC68A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB173198138-
CMYK0.1300.300.22
HSL85º34.48%65.88%-
HSV(B)85º30.3%77.65%-
XYZ42.0251.1131.7-
YUV183.68102.22120.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=33.99%
G=38.90%
B=27.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981380.1300.300.228534.4865.88
HexADC68AD01E16552242
Octal255306212150362612542102
Binary10101101110001101000101011010111101011010101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC68A; }

 p { color: rgb(173,198,138); }

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

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

 a { background-color: rgb(173,198,138); }

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

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

 span { border-color: rgb(173,198,138); }

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