Html Css Color HEX #ACB256 Olive Green

📋 copy color: '#ACB256'

red 172 ◦ green 178 ◦ blue 86

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

Shades of Olive Green #ACB256

Tints of Olive Green #ACB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 39.45%
G = 40.83%
B = 19.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#ACB256 (or 0xACB256) is known color: Olive Green. HEX triplet: AC, B2 and 56. RGB value is (172,178,86). Sum of RGB (Red+Green+Blue) = 172+178+86=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB256 is #534DA9. Grayscale: #A6A6A6. Windows color (decimal): -5459370 or 5681836. OLE color: 5681836.

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

Color convert

RGB 172 178 86 -
CMYK 0.03 0 0.52 0.30
HSL 63.91º 0.37% 0.52% -
HSV(B) 63.91º 0.52% 0.7% -
XYZ 34.61 41.28 14.95 -
YUV 165.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 172 178 86 0.03 0 0.52 0.30 63.91 0.37 0.52
Hex AC B2 56 3 0 34 1E 40 25 34
Octal 254 262 126 3 0 64 36 100 45 64
Binary 10101100 10110010 1010110 11 0 110100 11110 1000000 100101 110100

Color Harmonies of #ACB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB256

Black with #ACB256

Text Example


Text Example

White with #ACB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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