Html Css Color HEX #ACC488 Caper

📋 copy color: '#ACC488'

red 172 ◦ green 196 ◦ blue 136

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

Shades of Caper #ACC488

Tints of Caper #ACC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 34.13%
G = 38.89%
B = 26.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#ACC488 (or 0xACC488) is known color: Caper. HEX triplet: AC, C4 and 88. RGB value is (172,196,136). Sum of RGB (Red+Green+Blue) = 172+196+136=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC488 is #533B77. Grayscale: #B6B6B6. Windows color (decimal): -5454712 or 8963244. OLE color: 8963244.

HSL color Cylindrical-coordinate representation of color #ACC488: hue angle of 84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC488 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 136 -
CMYK 0.12 0 0.31 0.23
HSL 84º 0.34% 0.65% -
HSV(B) 84º 0.31% 0.77% -
XYZ 41.2 50.03 30.78 -
YUV 181.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 172 196 136 0.12 0 0.31 0.23 84 0.34 0.65
Hex AC C4 88 C 0 1F 17 54 22 41
Octal 254 304 210 14 0 37 27 124 42 101
Binary 10101100 11000100 10001000 1100 0 11111 10111 1010100 100010 1000001

Color Harmonies of #ACC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC488

Black with #ACC488

Text Example


Text Example

White with #ACC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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