Html Css Color HEX #ACB457 Olive Green

📋 copy color: '#ACB457'

red 172 ◦ green 180 ◦ blue 87

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

Shades of Olive Green #ACB457

Tints of Olive Green #ACB457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 39.18%
G = 41%
B = 19.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#ACB457 (or 0xACB457) is known color: Olive Green. HEX triplet: AC, B4 and 57. RGB value is (172,180,87). Sum of RGB (Red+Green+Blue) = 172+180+87=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB457 is #534BA8. Grayscale: #A7A7A7. Windows color (decimal): -5458857 or 5747884. OLE color: 5747884.

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

Color convert

RGB 172 180 87 -
CMYK 0.04 0 0.52 0.29
HSL 65.16º 0.38% 0.52% -
HSV(B) 65.16º 0.52% 0.71% -
XYZ 35.05 42.1 15.3 -
YUV 167.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 172 180 87 0.04 0 0.52 0.29 65.16 0.38 0.52
Hex AC B4 57 4 0 34 1D 41 26 34
Octal 254 264 127 4 0 64 35 101 46 64
Binary 10101100 10110100 1010111 100 0 110100 11101 1000001 100110 110100

Color Harmonies of #ACB457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB457

Black with #ACB457

Text Example


Text Example

White with #ACB457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB457; }

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

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

background-color css

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

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

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

border-color css

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

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

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