Html Css Color HEX #ACC888 Caper

📋 copy color: '#ACC888'

red 172 ◦ green 200 ◦ blue 136

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

Shades of Caper #ACC888

Tints of Caper #ACC888

RGB

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

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

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

R = 33.86%
G = 39.37%
B = 26.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#ACC888 (or 0xACC888) is known color: Caper. HEX triplet: AC, C8 and 88. RGB value is (172,200,136). Sum of RGB (Red+Green+Blue) = 172+200+136=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC888 is #533777. Grayscale: #B8B8B8. Windows color (decimal): -5453688 or 8964268. OLE color: 8964268.

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

Color convert

RGB 172 200 136 -
CMYK 0.14 0 0.32 0.22
HSL 86.25º 0.37% 0.66% -
HSV(B) 86.25º 0.32% 0.78% -
XYZ 42.11 51.86 31.08 -
YUV 184.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 172 200 136 0.14 0 0.32 0.22 86.25 0.37 0.66
Hex AC C8 88 E 0 20 16 56 25 42
Octal 254 310 210 16 0 40 26 126 45 102
Binary 10101100 11001000 10001000 1110 0 100000 10110 1010110 100101 1000010

Color Harmonies of #ACC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC888

Black with #ACC888

Text Example


Text Example

White with #ACC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC888; }

 p { color: rgb(172,200,136); }

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

background-color css

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

 a { background-color: rgb(172,200,136); }

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

border-color css

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

 span { border-color: rgb(172,200,136); }

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