Html Css Color HEX #ACBB8D Caper

📋 copy color: '#ACBB8D'

red 172 ◦ green 187 ◦ blue 141

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

Shades of Caper #ACBB8D

Tints of Caper #ACBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

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

R = 34.4%
G = 37.4%
B = 28.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#ACBB8D (or 0xACBB8D) is known color: Caper. HEX triplet: AC, BB and 8D. RGB value is (172,187,141). Sum of RGB (Red+Green+Blue) = 172+187+141=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB8D is #534472. Grayscale: #B1B1B1. Windows color (decimal): -5457011 or 9288620. OLE color: 9288620.

HSL color Cylindrical-coordinate representation of color #ACBB8D: hue angle of 79.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBB8D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 141 -
CMYK 0.08 0 0.25 0.27
HSL 79.57º 0.25% 0.64% -
HSV(B) 79.57º 0.25% 0.73% -
XYZ 39.59 46.23 32.04 -
YUV 177.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 172 187 141 0.08 0 0.25 0.27 79.57 0.25 0.64
Hex AC BB 8D 8 0 19 1B 50 19 40
Octal 254 273 215 10 0 31 33 120 31 100
Binary 10101100 10111011 10001101 1000 0 11001 11011 1010000 11001 1000000

Color Harmonies of #ACBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB8D

Black with #ACBB8D

Text Example


Text Example

White with #ACBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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