Html Css Color HEX #ACB96F Caper

📋 copy color: '#ACB96F'

red 172 ◦ green 185 ◦ blue 111

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

Shades of Caper #ACB96F

Tints of Caper #ACB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 36.75%
G = 39.53%
B = 23.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#ACB96F (or 0xACB96F) is known color: Caper. HEX triplet: AC, B9 and 6F. RGB value is (172,185,111). Sum of RGB (Red+Green+Blue) = 172+185+111=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96F is #534690. Grayscale: #ACACAC. Windows color (decimal): -5457553 or 7322028. OLE color: 7322028.

HSL color Cylindrical-coordinate representation of color #ACB96F: hue angle of 70.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB96F is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 111 -
CMYK 0.07 0 0.4 0.27
HSL 70.54º 0.35% 0.58% -
HSV(B) 70.54º 0.4% 0.73% -
XYZ 37.23 44.62 21.69 -
YUV 172.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 172 185 111 0.07 0 0.4 0.27 70.54 0.35 0.58
Hex AC B9 6F 7 0 28 1B 47 23 3A
Octal 254 271 157 7 0 50 33 107 43 72
Binary 10101100 10111001 1101111 111 0 101000 11011 1000111 100011 111010

Color Harmonies of #ACB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB96F

Black with #ACB96F

Text Example


Text Example

White with #ACB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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