Html Css Color HEX #ACB35E Olive Green

📋 copy color: '#ACB35E'

red 172 ◦ green 179 ◦ blue 94

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

Shades of Olive Green #ACB35E

Tints of Olive Green #ACB35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 38.65%
G = 40.22%
B = 21.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#ACB35E (or 0xACB35E) is known color: Olive Green. HEX triplet: AC, B3 and 5E. RGB value is (172,179,94). Sum of RGB (Red+Green+Blue) = 172+179+94=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB35E is #534CA1. Grayscale: #A7A7A7. Windows color (decimal): -5459106 or 6206380. OLE color: 6206380.

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

Color convert

RGB 172 179 94 -
CMYK 0.04 0 0.47 0.30
HSL 64.94º 0.36% 0.54% -
HSV(B) 64.94º 0.47% 0.7% -
XYZ 35.15 41.82 16.81 -
YUV 167.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 172 179 94 0.04 0 0.47 0.30 64.94 0.36 0.54
Hex AC B3 5E 4 0 2F 1E 41 24 36
Octal 254 263 136 4 0 57 36 101 44 66
Binary 10101100 10110011 1011110 100 0 101111 11110 1000001 100100 110110

Color Harmonies of #ACB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB35E

Black with #ACB35E

Text Example


Text Example

White with #ACB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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