Html Css Color HEX #ACB876 Caper

📋 copy color: '#ACB876'

red 172 ◦ green 184 ◦ blue 118

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

Shades of Caper #ACB876

Tints of Caper #ACB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 36.29%
G = 38.82%
B = 24.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#ACB876 (or 0xACB876) is known color: Caper. HEX triplet: AC, B8 and 76. RGB value is (172,184,118). Sum of RGB (Red+Green+Blue) = 172+184+118=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB876 is #534789. Grayscale: #ADADAD. Windows color (decimal): -5457802 or 7780524. OLE color: 7780524.

HSL color Cylindrical-coordinate representation of color #ACB876: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB876 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 118 -
CMYK 0.07 0 0.36 0.28
HSL 70.91º 0.32% 0.59% -
HSV(B) 70.91º 0.36% 0.72% -
XYZ 37.42 44.36 23.73 -
YUV 172.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 172 184 118 0.07 0 0.36 0.28 70.91 0.32 0.59
Hex AC B8 76 7 0 24 1C 47 20 3B
Octal 254 270 166 7 0 44 34 107 40 73
Binary 10101100 10111000 1110110 111 0 100100 11100 1000111 100000 111011

Color Harmonies of #ACB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB876

Black with #ACB876

Text Example


Text Example

White with #ACB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB876; }

 p { color: rgb(172,184,118); }

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

background-color css

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

 a { background-color: rgb(172,184,118); }

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

border-color css

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

 span { border-color: rgb(172,184,118); }

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