Html Css Color HEX #ACB352 Olive Green

📋 copy color: '#ACB352'

red 172 ◦ green 179 ◦ blue 82

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

Shades of Olive Green #ACB352

Tints of Olive Green #ACB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 39.72%
G = 41.34%
B = 18.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#ACB352 (or 0xACB352) is known color: Olive Green. HEX triplet: AC, B3 and 52. RGB value is (172,179,82). Sum of RGB (Red+Green+Blue) = 172+179+82=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB352 is #534CAD. Grayscale: #A6A6A6. Windows color (decimal): -5459118 or 5419948. OLE color: 5419948.

HSL color Cylindrical-coordinate representation of color #ACB352: hue angle of 64.33º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB352 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 82 -
CMYK 0.04 0 0.54 0.30
HSL 64.33º 0.39% 0.51% -
HSV(B) 64.33º 0.54% 0.7% -
XYZ 34.66 41.62 14.19 -
YUV 165.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 172 179 82 0.04 0 0.54 0.30 64.33 0.39 0.51
Hex AC B3 52 4 0 36 1E 40 27 33
Octal 254 263 122 4 0 66 36 100 47 63
Binary 10101100 10110011 1010010 100 0 110110 11110 1000000 100111 110011

Color Harmonies of #ACB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB352

Black with #ACB352

Text Example


Text Example

White with #ACB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB352; }

 p { color: rgb(172,179,82); }

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

background-color css

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

 a { background-color: rgb(172,179,82); }

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

border-color css

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

 span { border-color: rgb(172,179,82); }

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