Html Css Color HEX #ACBC8D Caper

📋 copy color: '#ACBC8D'

red 172 ◦ green 188 ◦ blue 141

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

Shades of Caper #ACBC8D

Tints of Caper #ACBC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 34.33%
G = 37.52%
B = 28.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#ACBC8D (or 0xACBC8D) is known color: Caper. HEX triplet: AC, BC and 8D. RGB value is (172,188,141). Sum of RGB (Red+Green+Blue) = 172+188+141=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC8D is #534372. Grayscale: #B2B2B2. Windows color (decimal): -5456755 or 9288876. OLE color: 9288876.

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

Color convert

RGB 172 188 141 -
CMYK 0.09 0 0.25 0.26
HSL 80.43º 0.26% 0.65% -
HSV(B) 80.43º 0.25% 0.74% -
XYZ 39.8 46.66 32.11 -
YUV 177.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 172 188 141 0.09 0 0.25 0.26 80.43 0.26 0.65
Hex AC BC 8D 9 0 19 1A 50 1A 41
Octal 254 274 215 11 0 31 32 120 32 101
Binary 10101100 10111100 10001101 1001 0 11001 11010 1010000 11010 1000001

Color Harmonies of #ACBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC8D

Black with #ACBC8D

Text Example


Text Example

White with #ACBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC8D; }

 p { color: rgb(172,188,141); }

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

background-color css

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

 a { background-color: rgb(172,188,141); }

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

border-color css

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

 span { border-color: rgb(172,188,141); }

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