Html Css Color HEX #ACC585 Caper

📋 copy color: '#ACC585'

red 172 ◦ green 197 ◦ blue 133

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

Shades of Caper #ACC585

Tints of Caper #ACC585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 34.26%
G = 39.24%
B = 26.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#ACC585 (or 0xACC585) is known color: Caper. HEX triplet: AC, C5 and 85. RGB value is (172,197,133). Sum of RGB (Red+Green+Blue) = 172+197+133=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC585 is #533A7A. Grayscale: #B6B6B6. Windows color (decimal): -5454459 or 8766892. OLE color: 8766892.

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

Color convert

RGB 172 197 133 -
CMYK 0.13 0 0.32 0.23
HSL 83.44º 0.36% 0.65% -
HSV(B) 83.44º 0.32% 0.77% -
XYZ 41.21 50.4 29.75 -
YUV 182.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 172 197 133 0.13 0 0.32 0.23 83.44 0.36 0.65
Hex AC C5 85 D 0 20 17 53 24 41
Octal 254 305 205 15 0 40 27 123 44 101
Binary 10101100 11000101 10000101 1101 0 100000 10111 1010011 100100 1000001

Color Harmonies of #ACC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC585

Black with #ACC585

Text Example


Text Example

White with #ACC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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