Html Css Color HEX #ADC580 Caper

📋 copy color: '#ADC580'

red 173 ◦ green 197 ◦ blue 128

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

Shades of Caper #ADC580

Tints of Caper #ADC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

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

R = 34.74%
G = 39.56%
B = 25.7%

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

#ADC580 (or 0xADC580) is known color: Caper. HEX triplet: AD, C5 and 80. RGB value is (173,197,128). Sum of RGB (Red+Green+Blue) = 173+197+128=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC580 is #523A7F. Grayscale: #B6B6B6. Windows color (decimal): -5388928 or 8439213. OLE color: 8439213.

HSL color Cylindrical-coordinate representation of color #ADC580: hue angle of 80.87º 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 #ADC580 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 128 -
CMYK 0.12 0 0.35 0.23
HSL 80.87º 0.37% 0.64% -
HSV(B) 80.87º 0.35% 0.77% -
XYZ 41.1 50.38 27.98 -
YUV 181.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 173 197 128 0.12 0 0.35 0.23 80.87 0.37 0.64
Hex AD C5 80 C 0 23 17 51 25 40
Octal 255 305 200 14 0 43 27 121 45 100
Binary 10101101 11000101 10000000 1100 0 100011 10111 1010001 100101 1000000

Color Harmonies of #ADC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC580

Black with #ADC580

Text Example


Text Example

White with #ADC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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