Html Css Color HEX #ACB45F Olive Green

📋 copy color: '#ACB45F'

red 172 ◦ green 180 ◦ blue 95

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

Shades of Olive Green #ACB45F

Tints of Olive Green #ACB45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 38.48%
G = 40.27%
B = 21.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#ACB45F (or 0xACB45F) is known color: Olive Green. HEX triplet: AC, B4 and 5F. RGB value is (172,180,95). Sum of RGB (Red+Green+Blue) = 172+180+95=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB45F is #534BA0. Grayscale: #A8A8A8. Windows color (decimal): -5458849 or 6272172. OLE color: 6272172.

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

Color convert

RGB 172 180 95 -
CMYK 0.04 0 0.47 0.29
HSL 65.65º 0.36% 0.54% -
HSV(B) 65.65º 0.47% 0.71% -
XYZ 35.4 42.24 17.11 -
YUV 167.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 172 180 95 0.04 0 0.47 0.29 65.65 0.36 0.54
Hex AC B4 5F 4 0 2F 1D 42 24 36
Octal 254 264 137 4 0 57 35 102 44 66
Binary 10101100 10110100 1011111 100 0 101111 11101 1000010 100100 110110

Color Harmonies of #ACB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB45F

Black with #ACB45F

Text Example


Text Example

White with #ACB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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