Html Css Color HEX #ADC988 Caper

📋 copy color: '#ADC988'

red 173 ◦ green 201 ◦ blue 136

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

Shades of Caper #ADC988

Tints of Caper #ADC988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 33.92%
G = 39.41%
B = 26.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#ADC988 (or 0xADC988) is known color: Caper. HEX triplet: AD, C9 and 88. RGB value is (173,201,136). Sum of RGB (Red+Green+Blue) = 173+201+136=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC988 is #523677. Grayscale: #B9B9B9. Windows color (decimal): -5387896 or 8964525. OLE color: 8964525.

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

Color convert

RGB 173 201 136 -
CMYK 0.14 0 0.32 0.21
HSL 85.85º 0.38% 0.66% -
HSV(B) 85.85º 0.32% 0.79% -
XYZ 42.56 52.44 31.17 -
YUV 185.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 173 201 136 0.14 0 0.32 0.21 85.85 0.38 0.66
Hex AD C9 88 E 0 20 15 56 26 42
Octal 255 311 210 16 0 40 25 126 46 102
Binary 10101101 11001001 10001000 1110 0 100000 10101 1010110 100110 1000010

Color Harmonies of #ADC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC988

Black with #ADC988

Text Example


Text Example

White with #ADC988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC988; }

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

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

background-color css

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

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

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

border-color css

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

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

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