#ADC975

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

Shades of Caper #ADC975

Tints of Caper #ADC975

Color information

#ADC975 (or 0xADC975) is unknown color: approx Caper. HEX triplet: AD, C9 and 75. RGB value is (173,201,117). Sum of RGB (Red+Green+Blue) = 173+201+117=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC975 is #52368A. Grayscale: #B7B7B7. Windows color (decimal): -5387915 or 7719341. OLE color: 7719341.

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

Color convert

RGB173201117-
CMYK0.1400.420.21
HSL80º43.75%62.35%-
HSV(B)80º41.79%78.82%-
XYZ41.3351.9424.68-
YUV183.0590.72120.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=35.23%
G=40.94%
B=23.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011170.1400.420.218043.7562.35
HexADC975E02A15502c3e
Octal25531116516052251205476
Binary1010110111001001111010111100101010101011010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC975; }

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

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

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

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

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

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

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

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