Html Css Color HEX #ADC976 Caper

📋 copy color: '#ADC976'

red 173 ◦ green 201 ◦ blue 118

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

Shades of Caper #ADC976

Tints of Caper #ADC976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 35.16%
G = 40.85%
B = 23.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#ADC976 (or 0xADC976) is known color: Caper. HEX triplet: AD, C9 and 76. RGB value is (173,201,118). Sum of RGB (Red+Green+Blue) = 173+201+118=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC976 is #523689. Grayscale: #B7B7B7. Windows color (decimal): -5387914 or 7784877. OLE color: 7784877.

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

Color convert

RGB 173 201 118 -
CMYK 0.14 0 0.41 0.21
HSL 80.24º 0.43% 0.63% -
HSV(B) 80.24º 0.41% 0.79% -
XYZ 41.39 51.97 24.99 -
YUV 183.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 173 201 118 0.14 0 0.41 0.21 80.24 0.43 0.63
Hex AD C9 76 E 0 29 15 50 2B 3F
Octal 255 311 166 16 0 51 25 120 53 77
Binary 10101101 11001001 1110110 1110 0 101001 10101 1010000 101011 111111

Color Harmonies of #ADC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC976

Black with #ADC976

Text Example


Text Example

White with #ADC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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