Html Css Color HEX #ADC282 Caper

📋 copy color: '#ADC282'

red 173 ◦ green 194 ◦ blue 130

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

Shades of Caper #ADC282

Tints of Caper #ADC282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

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

R = 34.81%
G = 39.03%
B = 26.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#ADC282 (or 0xADC282) is known color: Caper. HEX triplet: AD, C2 and 82. RGB value is (173,194,130). Sum of RGB (Red+Green+Blue) = 173+194+130=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC282 is #523D7D. Grayscale: #B4B4B4. Windows color (decimal): -5389694 or 8569517. OLE color: 8569517.

HSL color Cylindrical-coordinate representation of color #ADC282: hue angle of 79.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC282 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 130 -
CMYK 0.11 0 0.33 0.24
HSL 79.69º 0.34% 0.64% -
HSV(B) 79.69º 0.33% 0.76% -
XYZ 40.55 49.08 28.45 -
YUV 180.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 173 194 130 0.11 0 0.33 0.24 79.69 0.34 0.64
Hex AD C2 82 B 0 21 18 50 22 40
Octal 255 302 202 13 0 41 30 120 42 100
Binary 10101101 11000010 10000010 1011 0 100001 11000 1010000 100010 1000000

Color Harmonies of #ADC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC282

Black with #ADC282

Text Example


Text Example

White with #ADC282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC282; }

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

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

background-color css

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

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

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

border-color css

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

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

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