#ADC188

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

Shades of Caper #ADC188

Tints of Caper #ADC188

Color information

#ADC188 (or 0xADC188) is unknown color: approx Caper. HEX triplet: AD, C1 and 88. RGB value is (173,193,136). Sum of RGB (Red+Green+Blue) = 173+193+136=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC188 is #523E77. Grayscale: #B4B4B4. Windows color (decimal): -5389944 or 8962477. OLE color: 8962477.

HSL color Cylindrical-coordinate representation of color #ADC188: hue angle of 81.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC188 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB173193136-
CMYK0.1000.300.24
HSL81.05º31.49%64.51%-
HSV(B)81.05º29.53%75.69%-
XYZ40.7548.830.56-
YUV180.52102.87122.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=34.46%
G=38.45%
B=27.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931360.1000.300.2481.0531.4964.51
HexADC188A01E18511f41
Octal255301210120363012137101
Binary1010110111000001100010001010011110110001010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC188; }

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

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

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

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

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

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

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

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