Html Css Color HEX #ACC182 Caper

📋 copy color: '#ACC182'

red 172 ◦ green 193 ◦ blue 130

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

Shades of Caper #ACC182

Tints of Caper #ACC182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 34.75%
G = 38.99%
B = 26.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#ACC182 (or 0xACC182) is known color: Caper. HEX triplet: AC, C1 and 82. RGB value is (172,193,130). Sum of RGB (Red+Green+Blue) = 172+193+130=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC182 is #533E7D. Grayscale: #B3B3B3. Windows color (decimal): -5455486 or 8569260. OLE color: 8569260.

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

Color convert

RGB 172 193 130 -
CMYK 0.11 0 0.33 0.24
HSL 80º 0.34% 0.63% -
HSV(B) 80º 0.33% 0.76% -
XYZ 40.11 48.52 28.37 -
YUV 179.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 172 193 130 0.11 0 0.33 0.24 80 0.34 0.63
Hex AC C1 82 B 0 21 18 50 22 3F
Octal 254 301 202 13 0 41 30 120 42 77
Binary 10101100 11000001 10000010 1011 0 100001 11000 1010000 100010 111111

Color Harmonies of #ACC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC182

Black with #ACC182

Text Example


Text Example

White with #ACC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC182; }

 p { color: rgb(172,193,130); }

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

background-color css

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

 a { background-color: rgb(172,193,130); }

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

border-color css

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

 span { border-color: rgb(172,193,130); }

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