Html Css Color HEX #ADC180 Caper

📋 copy color: '#ADC180'

red 173 ◦ green 193 ◦ blue 128

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

Shades of Caper #ADC180

Tints of Caper #ADC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 35.02%
G = 39.07%
B = 25.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#ADC180 (or 0xADC180) is known color: Caper. HEX triplet: AD, C1 and 80. RGB value is (173,193,128). Sum of RGB (Red+Green+Blue) = 173+193+128=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC180 is #523E7F. Grayscale: #B3B3B3. Windows color (decimal): -5389952 or 8438189. OLE color: 8438189.

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

Color convert

RGB 173 193 128 -
CMYK 0.10 0 0.34 0.24
HSL 78.46º 0.34% 0.63% -
HSV(B) 78.46º 0.34% 0.76% -
XYZ 40.2 48.58 27.68 -
YUV 179.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 173 193 128 0.10 0 0.34 0.24 78.46 0.34 0.63
Hex AD C1 80 A 0 22 18 4E 22 3F
Octal 255 301 200 12 0 42 30 116 42 77
Binary 10101101 11000001 10000000 1010 0 100010 11000 1001110 100010 111111

Color Harmonies of #ADC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC180

Black with #ADC180

Text Example


Text Example

White with #ADC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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