Html Css Color HEX #ACB056 Olive Green

📋 copy color: '#ACB056'

red 172 ◦ green 176 ◦ blue 86

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

Shades of Olive Green #ACB056

Tints of Olive Green #ACB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 39.63%
G = 40.55%
B = 19.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#ACB056 (or 0xACB056) is known color: Olive Green. HEX triplet: AC, B0 and 56. RGB value is (172,176,86). Sum of RGB (Red+Green+Blue) = 172+176+86=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB056 is #534FA9. Grayscale: #A4A4A4. Windows color (decimal): -5459882 or 5681324. OLE color: 5681324.

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

Color convert

RGB 172 176 86 -
CMYK 0.02 0 0.51 0.31
HSL 62.67º 0.36% 0.51% -
HSV(B) 62.67º 0.51% 0.69% -
XYZ 34.22 40.49 14.82 -
YUV 164.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 172 176 86 0.02 0 0.51 0.31 62.67 0.36 0.51
Hex AC B0 56 2 0 33 1F 3F 24 33
Octal 254 260 126 2 0 63 37 77 44 63
Binary 10101100 10110000 1010110 10 0 110011 11111 111111 100100 110011

Color Harmonies of #ACB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB056

Black with #ACB056

Text Example


Text Example

White with #ACB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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