Html Css Color HEX #ACC082 Caper

📋 copy color: '#ACC082'

red 172 ◦ green 192 ◦ blue 130

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

Shades of Caper #ACC082

Tints of Caper #ACC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

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

R = 34.82%
G = 38.87%
B = 26.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#ACC082 (or 0xACC082) is known color: Caper. HEX triplet: AC, C0 and 82. RGB value is (172,192,130). Sum of RGB (Red+Green+Blue) = 172+192+130=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC082 is #533F7D. Grayscale: #B3B3B3. Windows color (decimal): -5455742 or 8569004. OLE color: 8569004.

HSL color Cylindrical-coordinate representation of color #ACC082: hue angle of 79.35º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC082 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 130 -
CMYK 0.10 0 0.32 0.25
HSL 79.35º 0.33% 0.63% -
HSV(B) 79.35º 0.32% 0.75% -
XYZ 39.89 48.08 28.3 -
YUV 178.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 172 192 130 0.10 0 0.32 0.25 79.35 0.33 0.63
Hex AC C0 82 A 0 20 19 4F 21 3F
Octal 254 300 202 12 0 40 31 117 41 77
Binary 10101100 11000000 10000010 1010 0 100000 11001 1001111 100001 111111

Color Harmonies of #ACC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC082

Black with #ACC082

Text Example


Text Example

White with #ACC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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