Html Css Color HEX #ADC682 Caper

📋 copy color: '#ADC682'

red 173 ◦ green 198 ◦ blue 130

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

Shades of Caper #ADC682

Tints of Caper #ADC682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.52%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 34.53%
G = 39.52%
B = 25.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#ADC682 (or 0xADC682) is known color: Caper. HEX triplet: AD, C6 and 82. RGB value is (173,198,130). Sum of RGB (Red+Green+Blue) = 173+198+130=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC682 is #52397D. Grayscale: #B7B7B7. Windows color (decimal): -5388670 or 8570541. OLE color: 8570541.

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

Color convert

RGB 173 198 130 -
CMYK 0.13 0 0.34 0.22
HSL 82.06º 0.37% 0.64% -
HSV(B) 82.06º 0.34% 0.78% -
XYZ 41.46 50.88 28.76 -
YUV 182.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 173 198 130 0.13 0 0.34 0.22 82.06 0.37 0.64
Hex AD C6 82 D 0 22 16 52 25 40
Octal 255 306 202 15 0 42 26 122 45 100
Binary 10101101 11000110 10000010 1101 0 100010 10110 1010010 100101 1000000

Color Harmonies of #ADC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC682

Black with #ADC682

Text Example


Text Example

White with #ADC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC682; }

 p { color: rgb(173,198,130); }

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

background-color css

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

 a { background-color: rgb(173,198,130); }

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

border-color css

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

 span { border-color: rgb(173,198,130); }

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