Html Css Color HEX #ACBE80 Caper

📋 copy color: '#ACBE80'

red 172 ◦ green 190 ◦ blue 128

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

Shades of Caper #ACBE80

Tints of Caper #ACBE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 35.1%
G = 38.78%
B = 26.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#ACBE80 (or 0xACBE80) is known color: Caper. HEX triplet: AC, BE and 80. RGB value is (172,190,128). Sum of RGB (Red+Green+Blue) = 172+190+128=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE80 is #53417F. Grayscale: #B1B1B1. Windows color (decimal): -5456256 or 8437420. OLE color: 8437420.

HSL color Cylindrical-coordinate representation of color #ACBE80: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBE80 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 128 -
CMYK 0.09 0 0.33 0.25
HSL 77.42º 0.32% 0.62% -
HSV(B) 77.42º 0.33% 0.75% -
XYZ 39.32 47.16 27.45 -
YUV 177.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 172 190 128 0.09 0 0.33 0.25 77.42 0.32 0.62
Hex AC BE 80 9 0 21 19 4D 20 3E
Octal 254 276 200 11 0 41 31 115 40 76
Binary 10101100 10111110 10000000 1001 0 100001 11001 1001101 100000 111110

Color Harmonies of #ACBE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE80

Black with #ACBE80

Text Example


Text Example

White with #ACBE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE80; }

 p { color: rgb(172,190,128); }

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

background-color css

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

 a { background-color: rgb(172,190,128); }

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

border-color css

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

 span { border-color: rgb(172,190,128); }

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