Html Css Color HEX #ADC981 Caper

📋 copy color: '#ADC981'

red 173 ◦ green 201 ◦ blue 129

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

Shades of Caper #ADC981

Tints of Caper #ADC981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 34.39%
G = 39.96%
B = 25.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#ADC981 (or 0xADC981) is known color: Caper. HEX triplet: AD, C9 and 81. RGB value is (173,201,129). Sum of RGB (Red+Green+Blue) = 173+201+129=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC981 is #52367E. Grayscale: #B8B8B8. Windows color (decimal): -5387903 or 8505773. OLE color: 8505773.

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

Color convert

RGB 173 201 129 -
CMYK 0.14 0 0.36 0.21
HSL 83.33º 0.4% 0.65% -
HSV(B) 83.33º 0.36% 0.79% -
XYZ 42.08 52.24 28.63 -
YUV 184.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 173 201 129 0.14 0 0.36 0.21 83.33 0.4 0.65
Hex AD C9 81 E 0 24 15 53 28 41
Octal 255 311 201 16 0 44 25 123 50 101
Binary 10101101 11001001 10000001 1110 0 100100 10101 1010011 101000 1000001

Color Harmonies of #ADC981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC981

Black with #ADC981

Text Example


Text Example

White with #ADC981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC981; }

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

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

background-color css

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

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

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

border-color css

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

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

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