Html Css Color HEX #ADC48D Caper

📋 copy color: '#ADC48D'

red 173 ◦ green 196 ◦ blue 141

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

Shades of Caper #ADC48D

Tints of Caper #ADC48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 33.92%
G = 38.43%
B = 27.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ADC48D (or 0xADC48D) is known color: Caper. HEX triplet: AD, C4 and 8D. RGB value is (173,196,141). Sum of RGB (Red+Green+Blue) = 173+196+141=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48D is #523B72. Grayscale: #B7B7B7. Windows color (decimal): -5389171 or 9290925. OLE color: 9290925.

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

Color convert

RGB 173 196 141 -
CMYK 0.12 0 0.28 0.23
HSL 85.09º 0.32% 0.66% -
HSV(B) 85.09º 0.28% 0.77% -
XYZ 41.78 50.29 32.7 -
YUV 182.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 173 196 141 0.12 0 0.28 0.23 85.09 0.32 0.66
Hex AD C4 8D C 0 1C 17 55 20 42
Octal 255 304 215 14 0 34 27 125 40 102
Binary 10101101 11000100 10001101 1100 0 11100 10111 1010101 100000 1000010

Color Harmonies of #ADC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC48D

Black with #ADC48D

Text Example


Text Example

White with #ADC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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