Html Css Color HEX #ACC484 Caper

📋 copy color: '#ACC484'

red 172 ◦ green 196 ◦ blue 132

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

Shades of Caper #ACC484

Tints of Caper #ACC484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 34.4%
G = 39.2%
B = 26.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#ACC484 (or 0xACC484) is known color: Caper. HEX triplet: AC, C4 and 84. RGB value is (172,196,132). Sum of RGB (Red+Green+Blue) = 172+196+132=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC484 is #533B7B. Grayscale: #B5B5B5. Windows color (decimal): -5454716 or 8701100. OLE color: 8701100.

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

Color convert

RGB 172 196 132 -
CMYK 0.12 0 0.33 0.23
HSL 82.5º 0.35% 0.64% -
HSV(B) 82.5º 0.33% 0.77% -
XYZ 40.92 49.92 29.31 -
YUV 181.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 172 196 132 0.12 0 0.33 0.23 82.5 0.35 0.64
Hex AC C4 84 C 0 21 17 52 23 40
Octal 254 304 204 14 0 41 27 122 43 100
Binary 10101100 11000100 10000100 1100 0 100001 10111 1010010 100011 1000000

Color Harmonies of #ACC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC484

Black with #ACC484

Text Example


Text Example

White with #ACC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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