Html Css Color HEX #ADC18C Caper

📋 copy color: '#ADC18C'

red 173 ◦ green 193 ◦ blue 140

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

Shades of Caper #ADC18C

Tints of Caper #ADC18C

RGB

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

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

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

R = 34.19%
G = 38.14%
B = 27.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ADC18C (or 0xADC18C) is known color: Caper. HEX triplet: AD, C1 and 8C. RGB value is (173,193,140). Sum of RGB (Red+Green+Blue) = 173+193+140=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18C is #523E73. Grayscale: #B5B5B5. Windows color (decimal): -5389940 or 9224621. OLE color: 9224621.

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

Color convert

RGB 173 193 140 -
CMYK 0.10 0 0.27 0.24
HSL 82.64º 0.3% 0.65% -
HSV(B) 82.64º 0.27% 0.76% -
XYZ 41.04 48.92 32.09 -
YUV 180.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 173 193 140 0.10 0 0.27 0.24 82.64 0.3 0.65
Hex AD C1 8C A 0 1B 18 53 1E 41
Octal 255 301 214 12 0 33 30 123 36 101
Binary 10101101 11000001 10001100 1010 0 11011 11000 1010011 11110 1000001

Color Harmonies of #ADC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC18C

Black with #ADC18C

Text Example


Text Example

White with #ADC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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