Html Css Color HEX #ADC978 Caper

📋 copy color: '#ADC978'

red 173 ◦ green 201 ◦ blue 120

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

Shades of Caper #ADC978

Tints of Caper #ADC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 35.02%
G = 40.69%
B = 24.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#ADC978 (or 0xADC978) is known color: Caper. HEX triplet: AD, C9 and 78. RGB value is (173,201,120). Sum of RGB (Red+Green+Blue) = 173+201+120=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC978 is #523687. Grayscale: #B7B7B7. Windows color (decimal): -5387912 or 7915949. OLE color: 7915949.

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

Color convert

RGB 173 201 120 -
CMYK 0.14 0 0.40 0.21
HSL 80.74º 0.43% 0.63% -
HSV(B) 80.74º 0.4% 0.79% -
XYZ 41.51 52.01 25.62 -
YUV 183.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 173 201 120 0.14 0 0.40 0.21 80.74 0.43 0.63
Hex AD C9 78 E 0 28 15 51 2B 3F
Octal 255 311 170 16 0 50 25 121 53 77
Binary 10101101 11001001 1111000 1110 0 101000 10101 1010001 101011 111111

Color Harmonies of #ADC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC978

Black with #ADC978

Text Example


Text Example

White with #ADC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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