Html Css Color HEX #ACB353 Olive Green

📋 copy color: '#ACB353'

red 172 ◦ green 179 ◦ blue 83

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

Shades of Olive Green #ACB353

Tints of Olive Green #ACB353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.12%

R = 39.63%
G = 41.24%
B = 19.12%

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

#ACB353 (or 0xACB353) is known color: Olive Green. HEX triplet: AC, B3 and 53. RGB value is (172,179,83). Sum of RGB (Red+Green+Blue) = 172+179+83=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB353 is #534CAC. Grayscale: #A6A6A6. Windows color (decimal): -5459117 or 5485484. OLE color: 5485484.

HSL color Cylindrical-coordinate representation of color #ACB353: hue angle of 64.38º 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 #ACB353 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 83 -
CMYK 0.04 0 0.54 0.30
HSL 64.38º 0.39% 0.51% -
HSV(B) 64.38º 0.54% 0.7% -
XYZ 34.69 41.64 14.39 -
YUV 165.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 172 179 83 0.04 0 0.54 0.30 64.38 0.39 0.51
Hex AC B3 53 4 0 36 1E 40 27 33
Octal 254 263 123 4 0 66 36 100 47 63
Binary 10101100 10110011 1010011 100 0 110110 11110 1000000 100111 110011

Color Harmonies of #ACB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB353

Black with #ACB353

Text Example


Text Example

White with #ACB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB353; }

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

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

background-color css

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

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

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

border-color css

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

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

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