Html Css Color HEX #ACC575 Caper

📋 copy color: '#ACC575'

red 172 ◦ green 197 ◦ blue 117

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

Shades of Caper #ACC575

Tints of Caper #ACC575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 35.39%
G = 40.53%
B = 24.07%

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

#ACC575 (or 0xACC575) is known color: Caper. HEX triplet: AC, C5 and 75. RGB value is (172,197,117). Sum of RGB (Red+Green+Blue) = 172+197+117=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC575 is #533A8A. Grayscale: #B4B4B4. Windows color (decimal): -5454475 or 7718316. OLE color: 7718316.

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

Color convert

RGB 172 197 117 -
CMYK 0.13 0 0.41 0.23
HSL 78.75º 0.41% 0.62% -
HSV(B) 78.75º 0.41% 0.77% -
XYZ 40.19 49.99 24.36 -
YUV 180.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 172 197 117 0.13 0 0.41 0.23 78.75 0.41 0.62
Hex AC C5 75 D 0 29 17 4F 29 3E
Octal 254 305 165 15 0 51 27 117 51 76
Binary 10101100 11000101 1110101 1101 0 101001 10111 1001111 101001 111110

Color Harmonies of #ACC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC575

Black with #ACC575

Text Example


Text Example

White with #ACC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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