Html Css Color HEX #ADCC86 Caper

📋 copy color: '#ADCC86'

red 173 ◦ green 204 ◦ blue 134

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

Shades of Caper #ADCC86

Tints of Caper #ADCC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

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

R = 33.86%
G = 39.92%
B = 26.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#ADCC86 (or 0xADCC86) is known color: Caper. HEX triplet: AD, CC and 86. RGB value is (173,204,134). Sum of RGB (Red+Green+Blue) = 173+204+134=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC86 is #523379. Grayscale: #BBBBBB. Windows color (decimal): -5387130 or 8834221. OLE color: 8834221.

HSL color Cylindrical-coordinate representation of color #ADCC86: hue angle of 86.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCC86 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 134 -
CMYK 0.15 0 0.34 0.2
HSL 86.57º 0.41% 0.66% -
HSV(B) 86.57º 0.34% 0.8% -
XYZ 43.13 53.79 30.66 -
YUV 186.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 173 204 134 0.15 0 0.34 0.2 86.57 0.41 0.66
Hex AD CC 86 F 0 22 14 57 29 42
Octal 255 314 206 17 0 42 24 127 51 102
Binary 10101101 11001100 10000110 1111 0 100010 10100 1010111 101001 1000010

Color Harmonies of #ADCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC86

Black with #ADCC86

Text Example


Text Example

White with #ADCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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