Html Css Color HEX #ACC286 Caper

📋 copy color: '#ACC286'

red 172 ◦ green 194 ◦ blue 134

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

Shades of Caper #ACC286

Tints of Caper #ACC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 34.4%
G = 38.8%
B = 26.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#ACC286 (or 0xACC286) is known color: Caper. HEX triplet: AC, C2 and 86. RGB value is (172,194,134). Sum of RGB (Red+Green+Blue) = 172+194+134=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC286 is #533D79. Grayscale: #B4B4B4. Windows color (decimal): -5455226 or 8831660. OLE color: 8831660.

HSL color Cylindrical-coordinate representation of color #ACC286: hue angle of 82º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC286 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 134 -
CMYK 0.11 0 0.31 0.24
HSL 82º 0.33% 0.64% -
HSV(B) 82º 0.31% 0.76% -
XYZ 40.61 49.08 29.89 -
YUV 180.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 172 194 134 0.11 0 0.31 0.24 82 0.33 0.64
Hex AC C2 86 B 0 1F 18 52 21 40
Octal 254 302 206 13 0 37 30 122 41 100
Binary 10101100 11000010 10000110 1011 0 11111 11000 1010010 100001 1000000

Color Harmonies of #ACC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC286

Black with #ACC286

Text Example


Text Example

White with #ACC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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