Html Css Color HEX #ACBC8B Caper

📋 copy color: '#ACBC8B'

red 172 ◦ green 188 ◦ blue 139

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

Shades of Caper #ACBC8B

Tints of Caper #ACBC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 34.47%
G = 37.68%
B = 27.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#ACBC8B (or 0xACBC8B) is known color: Caper. HEX triplet: AC, BC and 8B. RGB value is (172,188,139). Sum of RGB (Red+Green+Blue) = 172+188+139=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC8B is #534374. Grayscale: #B1B1B1. Windows color (decimal): -5456757 or 9157804. OLE color: 9157804.

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

Color convert

RGB 172 188 139 -
CMYK 0.09 0 0.26 0.26
HSL 79.59º 0.27% 0.64% -
HSV(B) 79.59º 0.26% 0.74% -
XYZ 39.66 46.6 31.33 -
YUV 177.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 172 188 139 0.09 0 0.26 0.26 79.59 0.27 0.64
Hex AC BC 8B 9 0 1A 1A 50 1B 40
Octal 254 274 213 11 0 32 32 120 33 100
Binary 10101100 10111100 10001011 1001 0 11010 11010 1010000 11011 1000000

Color Harmonies of #ACBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC8B

Black with #ACBC8B

Text Example


Text Example

White with #ACBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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