Html Css Color HEX #ACB55F Olive Green

📋 copy color: '#ACB55F'

red 172 ◦ green 181 ◦ blue 95

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

Shades of Olive Green #ACB55F

Tints of Olive Green #ACB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 38.39%
G = 40.4%
B = 21.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#ACB55F (or 0xACB55F) is known color: Olive Green. HEX triplet: AC, B5 and 5F. RGB value is (172,181,95). Sum of RGB (Red+Green+Blue) = 172+181+95=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55F is #534AA0. Grayscale: #A8A8A8. Windows color (decimal): -5458593 or 6272428. OLE color: 6272428.

HSL color Cylindrical-coordinate representation of color #ACB55F: hue angle of 66.28º degrees, saturation: 0.37, 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 #ACB55F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 95 -
CMYK 0.05 0 0.48 0.29
HSL 66.28º 0.37% 0.54% -
HSV(B) 66.28º 0.48% 0.71% -
XYZ 35.6 42.64 17.18 -
YUV 168.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 172 181 95 0.05 0 0.48 0.29 66.28 0.37 0.54
Hex AC B5 5F 5 0 30 1D 42 25 36
Octal 254 265 137 5 0 60 35 102 45 66
Binary 10101100 10110101 1011111 101 0 110000 11101 1000010 100101 110110

Color Harmonies of #ACB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB55F

Black with #ACB55F

Text Example


Text Example

White with #ACB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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