Html Css Color HEX #ACB458 Olive Green

📋 copy color: '#ACB458'

red 172 ◦ green 180 ◦ blue 88

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

Shades of Olive Green #ACB458

Tints of Olive Green #ACB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20%

R = 39.09%
G = 40.91%
B = 20%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#ACB458 (or 0xACB458) is known color: Olive Green. HEX triplet: AC, B4 and 58. RGB value is (172,180,88). Sum of RGB (Red+Green+Blue) = 172+180+88=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB458 is #534BA7. Grayscale: #A7A7A7. Windows color (decimal): -5458856 or 5813420. OLE color: 5813420.

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

Color convert

RGB 172 180 88 -
CMYK 0.04 0 0.51 0.29
HSL 65.22º 0.38% 0.53% -
HSV(B) 65.22º 0.51% 0.71% -
XYZ 35.1 42.12 15.51 -
YUV 167.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 172 180 88 0.04 0 0.51 0.29 65.22 0.38 0.53
Hex AC B4 58 4 0 33 1D 41 26 35
Octal 254 264 130 4 0 63 35 101 46 65
Binary 10101100 10110100 1011000 100 0 110011 11101 1000001 100110 110101

Color Harmonies of #ACB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB458

Black with #ACB458

Text Example


Text Example

White with #ACB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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