#ADC98A

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

Shades of Caper #ADC98A

Tints of Caper #ADC98A

Color information

#ADC98A (or 0xADC98A) is unknown color: approx Caper. HEX triplet: AD, C9 and 8A. RGB value is (173,201,138). Sum of RGB (Red+Green+Blue) = 173+201+138=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC98A is #523675. Grayscale: #B9B9B9. Windows color (decimal): -5387894 or 9095597. OLE color: 9095597.

HSL color Cylindrical-coordinate representation of color #ADC98A: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC98A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB173201138-
CMYK0.1400.310.21
HSL86.67º36.84%66.47%-
HSV(B)86.67º31.34%78.82%-
XYZ42.7152.4931.93-
YUV185.45101.22119.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=33.79%
G=39.26%
B=26.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011380.1400.310.2186.6736.8466.47
HexADC98AE01F15572542
Octal255311212160372512745102
Binary10101101110010011000101011100111111010110101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC98A; }

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

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

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

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

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

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

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

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