Html Css Color HEX #ACBD80 Caper

📋 copy color: '#ACBD80'

red 172 ◦ green 189 ◦ blue 128

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

Shades of Caper #ACBD80

Tints of Caper #ACBD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

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

R = 35.17%
G = 38.65%
B = 26.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#ACBD80 (or 0xACBD80) is known color: Caper. HEX triplet: AC, BD and 80. RGB value is (172,189,128). Sum of RGB (Red+Green+Blue) = 172+189+128=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD80 is #53427F. Grayscale: #B1B1B1. Windows color (decimal): -5456512 or 8437164. OLE color: 8437164.

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

Color convert

RGB 172 189 128 -
CMYK 0.09 0 0.32 0.26
HSL 76.72º 0.32% 0.62% -
HSV(B) 76.72º 0.32% 0.74% -
XYZ 39.11 46.72 27.38 -
YUV 176.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 172 189 128 0.09 0 0.32 0.26 76.72 0.32 0.62
Hex AC BD 80 9 0 20 1A 4D 20 3E
Octal 254 275 200 11 0 40 32 115 40 76
Binary 10101100 10111101 10000000 1001 0 100000 11010 1001101 100000 111110

Color Harmonies of #ACBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD80

Black with #ACBD80

Text Example


Text Example

White with #ACBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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