Html Css Color HEX #ADC482 Caper

📋 copy color: '#ADC482'

red 173 ◦ green 196 ◦ blue 130

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

Shades of Caper #ADC482

Tints of Caper #ADC482

RGB

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

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

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

R = 34.67%
G = 39.28%
B = 26.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#ADC482 (or 0xADC482) is known color: Caper. HEX triplet: AD, C4 and 82. RGB value is (173,196,130). Sum of RGB (Red+Green+Blue) = 173+196+130=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC482 is #523B7D. Grayscale: #B5B5B5. Windows color (decimal): -5389182 or 8570029. OLE color: 8570029.

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

Color convert

RGB 173 196 130 -
CMYK 0.12 0 0.34 0.23
HSL 80.91º 0.36% 0.64% -
HSV(B) 80.91º 0.34% 0.77% -
XYZ 41 49.98 28.6 -
YUV 181.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 173 196 130 0.12 0 0.34 0.23 80.91 0.36 0.64
Hex AD C4 82 C 0 22 17 51 24 40
Octal 255 304 202 14 0 42 27 121 44 100
Binary 10101101 11000100 10000010 1100 0 100010 10111 1010001 100100 1000000

Color Harmonies of #ADC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC482

Black with #ADC482

Text Example


Text Example

White with #ADC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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