Html Css Color HEX #ADC484 Caper

📋 copy color: '#ADC484'

red 173 ◦ green 196 ◦ blue 132

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

Shades of Caper #ADC484

Tints of Caper #ADC484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 34.53%
G = 39.12%
B = 26.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#ADC484 (or 0xADC484) is known color: Caper. HEX triplet: AD, C4 and 84. RGB value is (173,196,132). Sum of RGB (Red+Green+Blue) = 173+196+132=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC484 is #523B7B. Grayscale: #B6B6B6. Windows color (decimal): -5389180 or 8701101. OLE color: 8701101.

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

Color convert

RGB 173 196 132 -
CMYK 0.12 0 0.33 0.23
HSL 81.56º 0.35% 0.64% -
HSV(B) 81.56º 0.33% 0.77% -
XYZ 41.14 50.03 29.32 -
YUV 181.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 173 196 132 0.12 0 0.33 0.23 81.56 0.35 0.64
Hex AD C4 84 C 0 21 17 52 23 40
Octal 255 304 204 14 0 41 27 122 43 100
Binary 10101101 11000100 10000100 1100 0 100001 10111 1010010 100011 1000000

Color Harmonies of #ADC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC484

Black with #ADC484

Text Example


Text Example

White with #ADC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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