Html Css Color HEX #ACB976 Caper

📋 copy color: '#ACB976'

red 172 ◦ green 185 ◦ blue 118

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

Shades of Caper #ACB976

Tints of Caper #ACB976

RGB

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

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

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

R = 36.21%
G = 38.95%
B = 24.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#ACB976 (or 0xACB976) is known color: Caper. HEX triplet: AC, B9 and 76. RGB value is (172,185,118). Sum of RGB (Red+Green+Blue) = 172+185+118=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB976 is #534689. Grayscale: #ADADAD. Windows color (decimal): -5457546 or 7780780. OLE color: 7780780.

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

Color convert

RGB 172 185 118 -
CMYK 0.07 0 0.36 0.27
HSL 71.64º 0.32% 0.59% -
HSV(B) 71.64º 0.36% 0.73% -
XYZ 37.63 44.78 23.8 -
YUV 173.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 172 185 118 0.07 0 0.36 0.27 71.64 0.32 0.59
Hex AC B9 76 7 0 24 1B 48 20 3B
Octal 254 271 166 7 0 44 33 110 40 73
Binary 10101100 10111001 1110110 111 0 100100 11011 1001000 100000 111011

Color Harmonies of #ACB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB976

Black with #ACB976

Text Example


Text Example

White with #ACB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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