Html Css Color HEX #ACB357 Olive Green

📋 copy color: '#ACB357'

red 172 ◦ green 179 ◦ blue 87

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

Shades of Olive Green #ACB357

Tints of Olive Green #ACB357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 39.27%
G = 40.87%
B = 19.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#ACB357 (or 0xACB357) is known color: Olive Green. HEX triplet: AC, B3 and 57. RGB value is (172,179,87). Sum of RGB (Red+Green+Blue) = 172+179+87=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB357 is #534CA8. Grayscale: #A6A6A6. Windows color (decimal): -5459113 or 5747628. OLE color: 5747628.

HSL color Cylindrical-coordinate representation of color #ACB357: hue angle of 64.57º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB357 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 87 -
CMYK 0.04 0 0.51 0.30
HSL 64.57º 0.38% 0.52% -
HSV(B) 64.57º 0.51% 0.7% -
XYZ 34.85 41.7 15.23 -
YUV 166.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 172 179 87 0.04 0 0.51 0.30 64.57 0.38 0.52
Hex AC B3 57 4 0 33 1E 41 26 34
Octal 254 263 127 4 0 63 36 101 46 64
Binary 10101100 10110011 1010111 100 0 110011 11110 1000001 100110 110100

Color Harmonies of #ACB357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB357

Black with #ACB357

Text Example


Text Example

White with #ACB357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB357; }

 p { color: rgb(172,179,87); }

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

background-color css

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

 a { background-color: rgb(172,179,87); }

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

border-color css

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

 span { border-color: rgb(172,179,87); }

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