Html Css Color HEX #ACB978 Caper

📋 copy color: '#ACB978'

red 172 ◦ green 185 ◦ blue 120

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

Shades of Caper #ACB978

Tints of Caper #ACB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 36.06%
G = 38.78%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#ACB978 (or 0xACB978) is known color: Caper. HEX triplet: AC, B9 and 78. RGB value is (172,185,120). Sum of RGB (Red+Green+Blue) = 172+185+120=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB978 is #534687. Grayscale: #ADADAD. Windows color (decimal): -5457544 or 7911852. OLE color: 7911852.

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

Color convert

RGB 172 185 120 -
CMYK 0.07 0 0.35 0.27
HSL 72º 0.32% 0.6% -
HSV(B) 72º 0.35% 0.73% -
XYZ 37.75 44.82 24.43 -
YUV 173.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 172 185 120 0.07 0 0.35 0.27 72 0.32 0.6
Hex AC B9 78 7 0 23 1B 48 20 3C
Octal 254 271 170 7 0 43 33 110 40 74
Binary 10101100 10111001 1111000 111 0 100011 11011 1001000 100000 111100

Color Harmonies of #ACB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB978

Black with #ACB978

Text Example


Text Example

White with #ACB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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