Html Css Color HEX #ADC681 Caper

📋 copy color: '#ADC681'

red 173 ◦ green 198 ◦ blue 129

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

Shades of Caper #ADC681

Tints of Caper #ADC681

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.6%

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

R = 34.6%
G = 39.6%
B = 25.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#ADC681 (or 0xADC681) is known color: Caper. HEX triplet: AD, C6 and 81. RGB value is (173,198,129). Sum of RGB (Red+Green+Blue) = 173+198+129=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC681 is #52397E. Grayscale: #B6B6B6. Windows color (decimal): -5388671 or 8505005. OLE color: 8505005.

HSL color Cylindrical-coordinate representation of color #ADC681: hue angle of 81.74º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADC681 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 129 -
CMYK 0.13 0 0.35 0.22
HSL 81.74º 0.38% 0.64% -
HSV(B) 81.74º 0.35% 0.78% -
XYZ 41.39 50.86 28.4 -
YUV 182.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 173 198 129 0.13 0 0.35 0.22 81.74 0.38 0.64
Hex AD C6 81 D 0 23 16 52 26 40
Octal 255 306 201 15 0 43 26 122 46 100
Binary 10101101 11000110 10000001 1101 0 100011 10110 1010010 100110 1000000

Color Harmonies of #ADC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC681

Black with #ADC681

Text Example


Text Example

White with #ADC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC681; }

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

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

background-color css

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

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

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

border-color css

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

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

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