#ADC872

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

Shades of Caper #ADC872

Tints of Caper #ADC872

Color information

#ADC872 (or 0xADC872) is unknown color: approx Caper. HEX triplet: AD, C8 and 72. RGB value is (173,200,114). Sum of RGB (Red+Green+Blue) = 173+200+114=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC872 is #52378D. Grayscale: #B6B6B6. Windows color (decimal): -5388174 or 7522477. OLE color: 7522477.

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

Color convert

RGB173200114-
CMYK0.1400.430.22
HSL78.84º43.88%61.57%-
HSV(B)78.84º43%78.43%-
XYZ40.9351.4123.69-
YUV182.1289.55121.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=35.52%
G=41.07%
B=23.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001140.1400.430.2278.8443.8861.57
HexADC872E02B164f2c3e
Octal25531016216053261175476
Binary1010110111001000111001011100101011101101001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC872; }

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

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

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

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

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

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

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

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