#ADC88C

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

Shades of Caper #ADC88C

Tints of Caper #ADC88C

Color information

#ADC88C (or 0xADC88C) is unknown color: approx Caper. HEX triplet: AD, C8 and 8C. RGB value is (173,200,140). Sum of RGB (Red+Green+Blue) = 173+200+140=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC88C is #523773. Grayscale: #B9B9B9. Windows color (decimal): -5388148 or 9226413. OLE color: 9226413.

HSL color Cylindrical-coordinate representation of color #ADC88C: hue angle of 87º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC88C is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB173200140-
CMYK0.1400.30.22
HSL87º35.29%66.67%-
HSV(B)87º30%78.43%-
XYZ42.6252.0932.62-
YUV185.09102.55119.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=33.72%
G=38.99%
B=27.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001400.1400.30.228735.2966.67
HexADC88CE01E16572343
Octal255310214160362612743103
Binary10101101110010001000110011100111101011010101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC88C; }

 p { color: rgb(173,200,140); }

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

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

 a { background-color: rgb(173,200,140); }

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

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

 span { border-color: rgb(173,200,140); }

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