Html Css Color HEX #ADC48C Caper

📋 copy color: '#ADC48C'

red 173 ◦ green 196 ◦ blue 140

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

Shades of Caper #ADC48C

Tints of Caper #ADC48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 33.99%
G = 38.51%
B = 27.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#ADC48C (or 0xADC48C) is known color: Caper. HEX triplet: AD, C4 and 8C. RGB value is (173,196,140). Sum of RGB (Red+Green+Blue) = 173+196+140=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48C is #523B73. Grayscale: #B6B6B6. Windows color (decimal): -5389172 or 9225389. OLE color: 9225389.

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

Color convert

RGB 173 196 140 -
CMYK 0.12 0 0.29 0.23
HSL 84.64º 0.32% 0.66% -
HSV(B) 84.64º 0.29% 0.77% -
XYZ 41.71 50.26 32.31 -
YUV 182.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 173 196 140 0.12 0 0.29 0.23 84.64 0.32 0.66
Hex AD C4 8C C 0 1D 17 55 20 42
Octal 255 304 214 14 0 35 27 125 40 102
Binary 10101101 11000100 10001100 1100 0 11101 10111 1010101 100000 1000010

Color Harmonies of #ADC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC48C

Black with #ADC48C

Text Example


Text Example

White with #ADC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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