#ADC488

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

Shades of Caper #ADC488

Tints of Caper #ADC488

Color information

#ADC488 (or 0xADC488) is unknown color: approx Caper. HEX triplet: AD, C4 and 88. RGB value is (173,196,136). Sum of RGB (Red+Green+Blue) = 173+196+136=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC488 is #523B77. Grayscale: #B6B6B6. Windows color (decimal): -5389176 or 8963245. OLE color: 8963245.

HSL color Cylindrical-coordinate representation of color #ADC488: hue angle of 83º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC488 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB173196136-
CMYK0.1200.310.23
HSL83º33.71%65.1%-
HSV(B)83º30.61%76.86%-
XYZ41.4250.1430.79-
YUV182.28101.88121.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=34.26%
G=38.81%
B=26.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961360.1200.310.238333.7165.1
HexADC488C01F17532241
Octal255304210140372712342101
Binary10101101110001001000100011000111111011110100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC488; }

 p { color: rgb(173,196,136); }

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

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

 a { background-color: rgb(173,196,136); }

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

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

 span { border-color: rgb(173,196,136); }

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