Html Css Color HEX #ADC880 Caper

📋 copy color: '#ADC880'

red 173 ◦ green 200 ◦ blue 128

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

Shades of Caper #ADC880

Tints of Caper #ADC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

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

R = 34.53%
G = 39.92%
B = 25.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#ADC880 (or 0xADC880) is known color: Caper. HEX triplet: AD, C8 and 80. RGB value is (173,200,128). Sum of RGB (Red+Green+Blue) = 173+200+128=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC880 is #52377F. Grayscale: #B7B7B7. Windows color (decimal): -5388160 or 8439981. OLE color: 8439981.

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

Color convert

RGB 173 200 128 -
CMYK 0.14 0 0.36 0.22
HSL 82.5º 0.4% 0.64% -
HSV(B) 82.5º 0.36% 0.78% -
XYZ 41.78 51.75 28.21 -
YUV 183.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 173 200 128 0.14 0 0.36 0.22 82.5 0.4 0.64
Hex AD C8 80 E 0 24 16 52 28 40
Octal 255 310 200 16 0 44 26 122 50 100
Binary 10101101 11001000 10000000 1110 0 100100 10110 1010010 101000 1000000

Color Harmonies of #ADC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC880

Black with #ADC880

Text Example


Text Example

White with #ADC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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