Html Css Color HEX #ACB45E Olive Green

📋 copy color: '#ACB45E'

red 172 ◦ green 180 ◦ blue 94

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

Shades of Olive Green #ACB45E

Tints of Olive Green #ACB45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.36%

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

R = 38.57%
G = 40.36%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ACB45E (or 0xACB45E) is known color: Olive Green. HEX triplet: AC, B4 and 5E. RGB value is (172,180,94). Sum of RGB (Red+Green+Blue) = 172+180+94=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB45E is #534BA1. Grayscale: #A8A8A8. Windows color (decimal): -5458850 or 6206636. OLE color: 6206636.

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

Color convert

RGB 172 180 94 -
CMYK 0.04 0 0.48 0.29
HSL 65.58º 0.36% 0.54% -
HSV(B) 65.58º 0.48% 0.71% -
XYZ 35.35 42.22 16.88 -
YUV 167.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 172 180 94 0.04 0 0.48 0.29 65.58 0.36 0.54
Hex AC B4 5E 4 0 30 1D 42 24 36
Octal 254 264 136 4 0 60 35 102 44 66
Binary 10101100 10110100 1011110 100 0 110000 11101 1000010 100100 110110

Color Harmonies of #ACB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB45E

Black with #ACB45E

Text Example


Text Example

White with #ACB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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