Html Css Color HEX #ACC882 Caper

📋 copy color: '#ACC882'

red 172 ◦ green 200 ◦ blue 130

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

Shades of Caper #ACC882

Tints of Caper #ACC882

RGB

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

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

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

R = 34.26%
G = 39.84%
B = 25.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#ACC882 (or 0xACC882) is known color: Caper. HEX triplet: AC, C8 and 82. RGB value is (172,200,130). Sum of RGB (Red+Green+Blue) = 172+200+130=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC882 is #53377D. Grayscale: #B7B7B7. Windows color (decimal): -5453694 or 8571052. OLE color: 8571052.

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

Color convert

RGB 172 200 130 -
CMYK 0.14 0 0.35 0.22
HSL 84º 0.39% 0.65% -
HSV(B) 84º 0.35% 0.78% -
XYZ 41.7 51.69 28.9 -
YUV 183.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 172 200 130 0.14 0 0.35 0.22 84 0.39 0.65
Hex AC C8 82 E 0 23 16 54 27 41
Octal 254 310 202 16 0 43 26 124 47 101
Binary 10101100 11001000 10000010 1110 0 100011 10110 1010100 100111 1000001

Color Harmonies of #ACC882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC882

Black with #ACC882

Text Example


Text Example

White with #ACC882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC882; }

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

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

background-color css

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

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

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

border-color css

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

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

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