#ADC185

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

Shades of Caper #ADC185

Tints of Caper #ADC185

Color information

#ADC185 (or 0xADC185) is unknown color: approx Caper. HEX triplet: AD, C1 and 85. RGB value is (173,193,133). Sum of RGB (Red+Green+Blue) = 173+193+133=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC185 is #523E7A. Grayscale: #B4B4B4. Windows color (decimal): -5389947 or 8765869. OLE color: 8765869.

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

Color convert

RGB173193133-
CMYK0.1000.310.24
HSL80º32.61%63.92%-
HSV(B)80º31.09%75.69%-
XYZ40.5448.7229.46-
YUV180.18101.37122.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=34.67%
G=38.68%
B=26.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931330.1000.310.248032.6163.92
HexADC185A01F18502140
Octal255301205120373012041100
Binary10101101110000011000010110100111111100010100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC185; }

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

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

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

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

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

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

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

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