Html Css Color HEX #ADC973 Caper

📋 copy color: '#ADC973'

red 173 ◦ green 201 ◦ blue 115

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

Shades of Caper #ADC973

Tints of Caper #ADC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 35.38%
G = 41.1%
B = 23.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#ADC973 (or 0xADC973) is known color: Caper. HEX triplet: AD, C9 and 73. RGB value is (173,201,115). Sum of RGB (Red+Green+Blue) = 173+201+115=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC973 is #52368C. Grayscale: #B7B7B7. Windows color (decimal): -5387917 or 7588269. OLE color: 7588269.

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

Color convert

RGB 173 201 115 -
CMYK 0.14 0 0.43 0.21
HSL 79.53º 0.44% 0.62% -
HSV(B) 79.53º 0.43% 0.79% -
XYZ 41.21 51.9 24.06 -
YUV 182.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 173 201 115 0.14 0 0.43 0.21 79.53 0.44 0.62
Hex AD C9 73 E 0 2B 15 50 2C 3E
Octal 255 311 163 16 0 53 25 120 54 76
Binary 10101101 11001001 1110011 1110 0 101011 10101 1010000 101100 111110

Color Harmonies of #ADC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC973

Black with #ADC973

Text Example


Text Example

White with #ADC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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