Html Css Color HEX #ADC480 Caper

📋 copy color: '#ADC480'

red 173 ◦ green 196 ◦ blue 128

#ADC480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ADC480

Tints of Caper #ADC480

RGB

 RED value IS 173 (67.97% from 255) = 34.81%

 GREEN value IS 196 (76.95% from 255) = 39.44%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 34.81%
G = 39.44%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#ADC480 (or 0xADC480) is known color: Caper. HEX triplet: AD, C4 and 80. RGB value is (173,196,128). Sum of RGB (Red+Green+Blue) = 173+196+128=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC480 is #523B7F. Grayscale: #B5B5B5. Windows color (decimal): -5389184 or 8438957. OLE color: 8438957.

HSL color Cylindrical-coordinate representation of color #ADC480: hue angle of 80.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC480 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 128 -
CMYK 0.12 0 0.35 0.23
HSL 80.29º 0.37% 0.64% -
HSV(B) 80.29º 0.35% 0.77% -
XYZ 40.87 49.92 27.9 -
YUV 181.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 173 196 128 0.12 0 0.35 0.23 80.29 0.37 0.64
Hex AD C4 80 C 0 23 17 50 25 40
Octal 255 304 200 14 0 43 27 120 45 100
Binary 10101101 11000100 10000000 1100 0 100011 10111 1010000 100101 1000000

Color Harmonies of #ADC480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC480

Black with #ADC480

Text Example


Text Example

White with #ADC480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC480; }

 p { color: rgb(173,196,128); }

 H1.HeaderClassName
 {
   color: #ADC480;
 }
 .AnyTagClassName
 {
   color: #ADC480;
 }
</style>

background-color css

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

 a { background-color: rgb(173,196,128); }

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

border-color css

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

 span { border-color: rgb(173,196,128); }

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