#ADC077

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

Shades of Caper #ADC077

Tints of Caper #ADC077

Color information

#ADC077 (or 0xADC077) is unknown color: approx Caper. HEX triplet: AD, C0 and 77. RGB value is (173,192,119). Sum of RGB (Red+Green+Blue) = 173+192+119=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC077 is #523F88. Grayscale: #B2B2B2. Windows color (decimal): -5390217 or 7848109. OLE color: 7848109.

HSL color Cylindrical-coordinate representation of color #ADC077: hue angle of 75.62º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC077 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB173192119-
CMYK0.1000.380.25
HSL75.62º36.68%60.98%-
HSV(B)75.62º38.02%75.29%-
XYZ39.4147.9224.62-
YUV17894.71124.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=35.74%
G=39.67%
B=24.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921190.1000.380.2575.6236.6860.98
HexADC077A026194c253d
Octal25530016712046311144575
Binary1010110111000000111011110100100110110011001100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC077; }

 p { color: rgb(173,192,119); }

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

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

 a { background-color: rgb(173,192,119); }

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

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

 span { border-color: rgb(173,192,119); }

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