Html Css Color HEX #ACBB8C Caper

📋 copy color: '#ACBB8C'

red 172 ◦ green 187 ◦ blue 140

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

Shades of Caper #ACBB8C

Tints of Caper #ACBB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 34.47%
G = 37.47%
B = 28.06%

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

#ACBB8C (or 0xACBB8C) is known color: Caper. HEX triplet: AC, BB and 8C. RGB value is (172,187,140). Sum of RGB (Red+Green+Blue) = 172+187+140=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB8C is #534473. Grayscale: #B1B1B1. Windows color (decimal): -5457012 or 9223084. OLE color: 9223084.

HSL color Cylindrical-coordinate representation of color #ACBB8C: hue angle of 79.15º degrees, saturation: 0.26, 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 #ACBB8C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 140 -
CMYK 0.08 0 0.25 0.27
HSL 79.15º 0.26% 0.64% -
HSV(B) 79.15º 0.25% 0.73% -
XYZ 39.52 46.2 31.65 -
YUV 177.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 172 187 140 0.08 0 0.25 0.27 79.15 0.26 0.64
Hex AC BB 8C 8 0 19 1B 4F 1A 40
Octal 254 273 214 10 0 31 33 117 32 100
Binary 10101100 10111011 10001100 1000 0 11001 11011 1001111 11010 1000000

Color Harmonies of #ACBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB8C

Black with #ACBB8C

Text Example


Text Example

White with #ACBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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