Html Css Color HEX #ACC086 Caper

📋 copy color: '#ACC086'

red 172 ◦ green 192 ◦ blue 134

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

Shades of Caper #ACC086

Tints of Caper #ACC086

RGB

 RED value IS 172 (67.58% from 255) = 34.54%

 GREEN value IS 192 (75.39% from 255) = 38.55%

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

R = 34.54%
G = 38.55%
B = 26.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#ACC086 (or 0xACC086) is known color: Caper. HEX triplet: AC, C0 and 86. RGB value is (172,192,134). Sum of RGB (Red+Green+Blue) = 172+192+134=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC086 is #533F79. Grayscale: #B3B3B3. Windows color (decimal): -5455738 or 8831148. OLE color: 8831148.

HSL color Cylindrical-coordinate representation of color #ACC086: hue angle of 80.69º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC086 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 134 -
CMYK 0.10 0 0.30 0.25
HSL 80.69º 0.32% 0.64% -
HSV(B) 80.69º 0.3% 0.75% -
XYZ 40.17 48.19 29.74 -
YUV 179.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 172 192 134 0.10 0 0.30 0.25 80.69 0.32 0.64
Hex AC C0 86 A 0 1E 19 51 20 40
Octal 254 300 206 12 0 36 31 121 40 100
Binary 10101100 11000000 10000110 1010 0 11110 11001 1010001 100000 1000000

Color Harmonies of #ACC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC086

Black with #ACC086

Text Example


Text Example

White with #ACC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC086; }

 p { color: rgb(172,192,134); }

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

background-color css

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

 a { background-color: rgb(172,192,134); }

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

border-color css

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

 span { border-color: rgb(172,192,134); }

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