Html Css Color HEX #ACC472 Caper

📋 copy color: '#ACC472'

red 172 ◦ green 196 ◦ blue 114

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

Shades of Caper #ACC472

Tints of Caper #ACC472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 35.68%
G = 40.66%
B = 23.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#ACC472 (or 0xACC472) is known color: Caper. HEX triplet: AC, C4 and 72. RGB value is (172,196,114). Sum of RGB (Red+Green+Blue) = 172+196+114=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC472 is #533B8D. Grayscale: #B3B3B3. Windows color (decimal): -5454734 or 7521452. OLE color: 7521452.

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

Color convert

RGB 172 196 114 -
CMYK 0.12 0 0.42 0.23
HSL 77.56º 0.41% 0.61% -
HSV(B) 77.56º 0.42% 0.77% -
XYZ 39.79 49.47 23.37 -
YUV 179.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 172 196 114 0.12 0 0.42 0.23 77.56 0.41 0.61
Hex AC C4 72 C 0 2A 17 4E 29 3D
Octal 254 304 162 14 0 52 27 116 51 75
Binary 10101100 11000100 1110010 1100 0 101010 10111 1001110 101001 111101

Color Harmonies of #ACC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC472

Black with #ACC472

Text Example


Text Example

White with #ACC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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