Html Css Color HEX #ACB65E Olive Green

📋 copy color: '#ACB65E'

red 172 ◦ green 182 ◦ blue 94

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

Shades of Olive Green #ACB65E

Tints of Olive Green #ACB65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

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

R = 38.39%
G = 40.63%
B = 20.98%

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

#ACB65E (or 0xACB65E) is known color: Olive Green. HEX triplet: AC, B6 and 5E. RGB value is (172,182,94). Sum of RGB (Red+Green+Blue) = 172+182+94=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65E is #5349A1. Grayscale: #A9A9A9. Windows color (decimal): -5458338 or 6207148. OLE color: 6207148.

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

Color convert

RGB 172 182 94 -
CMYK 0.05 0 0.48 0.29
HSL 66.82º 0.38% 0.54% -
HSV(B) 66.82º 0.48% 0.71% -
XYZ 35.76 43.03 17.01 -
YUV 168.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 172 182 94 0.05 0 0.48 0.29 66.82 0.38 0.54
Hex AC B6 5E 5 0 30 1D 43 26 36
Octal 254 266 136 5 0 60 35 103 46 66
Binary 10101100 10110110 1011110 101 0 110000 11101 1000011 100110 110110

Color Harmonies of #ACB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB65E

Black with #ACB65E

Text Example


Text Example

White with #ACB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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