Html Css Color HEX #ACC473 Caper

📋 copy color: '#ACC473'

red 172 ◦ green 196 ◦ blue 115

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

Shades of Caper #ACC473

Tints of Caper #ACC473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 35.61%
G = 40.58%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ACC473 (or 0xACC473) is known color: Caper. HEX triplet: AC, C4 and 73. RGB value is (172,196,115). Sum of RGB (Red+Green+Blue) = 172+196+115=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC473 is #533B8C. Grayscale: #B3B3B3. Windows color (decimal): -5454733 or 7586988. OLE color: 7586988.

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

Color convert

RGB 172 196 115 -
CMYK 0.12 0 0.41 0.23
HSL 77.78º 0.41% 0.61% -
HSV(B) 77.78º 0.41% 0.77% -
XYZ 39.85 49.49 23.67 -
YUV 179.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 172 196 115 0.12 0 0.41 0.23 77.78 0.41 0.61
Hex AC C4 73 C 0 29 17 4E 29 3D
Octal 254 304 163 14 0 51 27 116 51 75
Binary 10101100 11000100 1110011 1100 0 101001 10111 1001110 101001 111101

Color Harmonies of #ACC473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC473

Black with #ACC473

Text Example


Text Example

White with #ACC473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC473; }

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

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

background-color css

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

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

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

border-color css

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

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

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