Html Css Color HEX #ACB98B Caper

📋 copy color: '#ACB98B'

red 172 ◦ green 185 ◦ blue 139

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

Shades of Caper #ACB98B

Tints of Caper #ACB98B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

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

R = 34.68%
G = 37.3%
B = 28.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#ACB98B (or 0xACB98B) is known color: Caper. HEX triplet: AC, B9 and 8B. RGB value is (172,185,139). Sum of RGB (Red+Green+Blue) = 172+185+139=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98B is #534674. Grayscale: #B0B0B0. Windows color (decimal): -5457525 or 9157036. OLE color: 9157036.

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

Color convert

RGB 172 185 139 -
CMYK 0.07 0 0.25 0.27
HSL 76.96º 0.25% 0.64% -
HSV(B) 76.96º 0.25% 0.73% -
XYZ 39.02 45.33 31.12 -
YUV 175.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 172 185 139 0.07 0 0.25 0.27 76.96 0.25 0.64
Hex AC B9 8B 7 0 19 1B 4D 19 40
Octal 254 271 213 7 0 31 33 115 31 100
Binary 10101100 10111001 10001011 111 0 11001 11011 1001101 11001 1000000

Color Harmonies of #ACB98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB98B

Black with #ACB98B

Text Example


Text Example

White with #ACB98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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