Html Css Color HEX #ADC886 Caper

📋 copy color: '#ADC886'

red 173 ◦ green 200 ◦ blue 134

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

Shades of Caper #ADC886

Tints of Caper #ADC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

 BLUE value IS 134 (52.73% from 255) = 26.43%

R = 34.12%
G = 39.45%
B = 26.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#ADC886 (or 0xADC886) is known color: Caper. HEX triplet: AD, C8 and 86. RGB value is (173,200,134). Sum of RGB (Red+Green+Blue) = 173+200+134=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC886 is #523779. Grayscale: #B8B8B8. Windows color (decimal): -5388154 or 8833197. OLE color: 8833197.

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

Color convert

RGB 173 200 134 -
CMYK 0.14 0 0.33 0.22
HSL 84.55º 0.38% 0.65% -
HSV(B) 84.55º 0.33% 0.78% -
XYZ 42.19 51.91 30.35 -
YUV 184.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 173 200 134 0.14 0 0.33 0.22 84.55 0.38 0.65
Hex AD C8 86 E 0 21 16 55 26 41
Octal 255 310 206 16 0 41 26 125 46 101
Binary 10101101 11001000 10000110 1110 0 100001 10110 1010101 100110 1000001

Color Harmonies of #ADC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC886

Black with #ADC886

Text Example


Text Example

White with #ADC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC886; }

 p { color: rgb(173,200,134); }

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

background-color css

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

 a { background-color: rgb(173,200,134); }

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

border-color css

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

 span { border-color: rgb(173,200,134); }

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