Html Css Color HEX #ACC574 Caper

📋 copy color: '#ACC574'

red 172 ◦ green 197 ◦ blue 116

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

Shades of Caper #ACC574

Tints of Caper #ACC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 35.46%
G = 40.62%
B = 23.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ACC574 (or 0xACC574) is known color: Caper. HEX triplet: AC, C5 and 74. RGB value is (172,197,116). Sum of RGB (Red+Green+Blue) = 172+197+116=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC574 is #533A8B. Grayscale: #B4B4B4. Windows color (decimal): -5454476 or 7652780. OLE color: 7652780.

HSL color Cylindrical-coordinate representation of color #ACC574: hue angle of 78.52º 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 #ACC574 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 116 -
CMYK 0.13 0 0.41 0.23
HSL 78.52º 0.41% 0.61% -
HSV(B) 78.52º 0.41% 0.77% -
XYZ 40.13 49.96 24.05 -
YUV 180.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 172 197 116 0.13 0 0.41 0.23 78.52 0.41 0.61
Hex AC C5 74 D 0 29 17 4F 29 3D
Octal 254 305 164 15 0 51 27 117 51 75
Binary 10101100 11000101 1110100 1101 0 101001 10111 1001111 101001 111101

Color Harmonies of #ACC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC574

Black with #ACC574

Text Example


Text Example

White with #ACC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC574; }

 p { color: rgb(172,197,116); }

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

background-color css

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

 a { background-color: rgb(172,197,116); }

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

border-color css

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

 span { border-color: rgb(172,197,116); }

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