Html Css Color HEX #ACB058 Olive Green

📋 copy color: '#ACB058'

red 172 ◦ green 176 ◦ blue 88

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

Shades of Olive Green #ACB058

Tints of Olive Green #ACB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 39.45%
G = 40.37%
B = 20.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#ACB058 (or 0xACB058) is known color: Olive Green. HEX triplet: AC, B0 and 58. RGB value is (172,176,88). Sum of RGB (Red+Green+Blue) = 172+176+88=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB058 is #534FA7. Grayscale: #A5A5A5. Windows color (decimal): -5459880 or 5812396. OLE color: 5812396.

HSL color Cylindrical-coordinate representation of color #ACB058: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB058 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 88 -
CMYK 0.02 0 0.50 0.31
HSL 62.73º 0.36% 0.52% -
HSV(B) 62.73º 0.5% 0.69% -
XYZ 34.3 40.53 15.25 -
YUV 164.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 172 176 88 0.02 0 0.50 0.31 62.73 0.36 0.52
Hex AC B0 58 2 0 32 1F 3F 24 34
Octal 254 260 130 2 0 62 37 77 44 64
Binary 10101100 10110000 1011000 10 0 110010 11111 111111 100100 110100

Color Harmonies of #ACB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB058

Black with #ACB058

Text Example


Text Example

White with #ACB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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