Html Css Color HEX #ADC97C Caper

📋 copy color: '#ADC97C'

red 173 ◦ green 201 ◦ blue 124

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

Shades of Caper #ADC97C

Tints of Caper #ADC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.36%

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 34.74%
G = 40.36%
B = 24.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#ADC97C (or 0xADC97C) is known color: Caper. HEX triplet: AD, C9 and 7C. RGB value is (173,201,124). Sum of RGB (Red+Green+Blue) = 173+201+124=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97C is #523683. Grayscale: #B8B8B8. Windows color (decimal): -5387908 or 8178093. OLE color: 8178093.

HSL color Cylindrical-coordinate representation of color #ADC97C: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC97C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 124 -
CMYK 0.14 0 0.38 0.21
HSL 81.82º 0.42% 0.64% -
HSV(B) 81.82º 0.38% 0.79% -
XYZ 41.76 52.11 26.93 -
YUV 183.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 173 201 124 0.14 0 0.38 0.21 81.82 0.42 0.64
Hex AD C9 7C E 0 26 15 52 2A 40
Octal 255 311 174 16 0 46 25 122 52 100
Binary 10101101 11001001 1111100 1110 0 100110 10101 1010010 101010 1000000

Color Harmonies of #ADC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC97C

Black with #ADC97C

Text Example


Text Example

White with #ADC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC97C; }

 p { color: rgb(173,201,124); }

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

background-color css

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

 a { background-color: rgb(173,201,124); }

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

border-color css

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

 span { border-color: rgb(173,201,124); }

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