Html Css Color HEX #ACB96E Caper

📋 copy color: '#ACB96E'

red 172 ◦ green 185 ◦ blue 110

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

Shades of Caper #ACB96E

Tints of Caper #ACB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 36.83%
G = 39.61%
B = 23.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#ACB96E (or 0xACB96E) is known color: Caper. HEX triplet: AC, B9 and 6E. RGB value is (172,185,110). Sum of RGB (Red+Green+Blue) = 172+185+110=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96E is #534691. Grayscale: #ACACAC. Windows color (decimal): -5457554 or 7256492. OLE color: 7256492.

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

Color convert

RGB 172 185 110 -
CMYK 0.07 0 0.41 0.27
HSL 70.4º 0.35% 0.58% -
HSV(B) 70.4º 0.41% 0.73% -
XYZ 37.18 44.59 21.4 -
YUV 172.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 172 185 110 0.07 0 0.41 0.27 70.4 0.35 0.58
Hex AC B9 6E 7 0 29 1B 46 23 3A
Octal 254 271 156 7 0 51 33 106 43 72
Binary 10101100 10111001 1101110 111 0 101001 11011 1000110 100011 111010

Color Harmonies of #ACB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB96E

Black with #ACB96E

Text Example


Text Example

White with #ACB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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