Html Css Color HEX #ADC975 Caper

📋 copy color: '#ADC975'

red 173 ◦ green 201 ◦ blue 117

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

Shades of Caper #ADC975

Tints of Caper #ADC975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 35.23%
G = 40.94%
B = 23.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#ADC975 (or 0xADC975) is known color: Caper. HEX triplet: AD, C9 and 75. RGB value is (173,201,117). Sum of RGB (Red+Green+Blue) = 173+201+117=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC975 is #52368A. Grayscale: #B7B7B7. Windows color (decimal): -5387915 or 7719341. OLE color: 7719341.

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

Color convert

RGB 173 201 117 -
CMYK 0.14 0 0.42 0.21
HSL 80º 0.44% 0.62% -
HSV(B) 80º 0.42% 0.79% -
XYZ 41.33 51.94 24.68 -
YUV 183.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 173 201 117 0.14 0 0.42 0.21 80 0.44 0.62
Hex AD C9 75 E 0 2A 15 50 2C 3E
Octal 255 311 165 16 0 52 25 120 54 76
Binary 10101101 11001001 1110101 1110 0 101010 10101 1010000 101100 111110

Color Harmonies of #ADC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC975

Black with #ADC975

Text Example


Text Example

White with #ADC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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