Html Css Color HEX #ACB55C Olive Green

📋 copy color: '#ACB55C'

red 172 ◦ green 181 ◦ blue 92

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

Shades of Olive Green #ACB55C

Tints of Olive Green #ACB55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 38.65%
G = 40.67%
B = 20.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#ACB55C (or 0xACB55C) is known color: Olive Green. HEX triplet: AC, B5 and 5C. RGB value is (172,181,92). Sum of RGB (Red+Green+Blue) = 172+181+92=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55C is #534AA3. Grayscale: #A8A8A8. Windows color (decimal): -5458596 or 6075820. OLE color: 6075820.

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

Color convert

RGB 172 181 92 -
CMYK 0.05 0 0.49 0.29
HSL 66.07º 0.38% 0.54% -
HSV(B) 66.07º 0.49% 0.71% -
XYZ 35.47 42.59 16.48 -
YUV 168.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 172 181 92 0.05 0 0.49 0.29 66.07 0.38 0.54
Hex AC B5 5C 5 0 31 1D 42 26 36
Octal 254 265 134 5 0 61 35 102 46 66
Binary 10101100 10110101 1011100 101 0 110001 11101 1000010 100110 110110

Color Harmonies of #ACB55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB55C

Black with #ACB55C

Text Example


Text Example

White with #ACB55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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