Html Css Color HEX #ACB65F Olive Green

📋 copy color: '#ACB65F'

red 172 ◦ green 182 ◦ blue 95

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

Shades of Olive Green #ACB65F

Tints of Olive Green #ACB65F

RGB

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

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

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

R = 38.31%
G = 40.53%
B = 21.16%

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

#ACB65F (or 0xACB65F) is known color: Olive Green. HEX triplet: AC, B6 and 5F. RGB value is (172,182,95). Sum of RGB (Red+Green+Blue) = 172+182+95=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB65F is #5349A0. Grayscale: #A9A9A9. Windows color (decimal): -5458337 or 6272684. OLE color: 6272684.

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

Color convert

RGB 172 182 95 -
CMYK 0.05 0 0.48 0.29
HSL 66.9º 0.37% 0.54% -
HSV(B) 66.9º 0.48% 0.71% -
XYZ 35.81 43.05 17.25 -
YUV 169.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 172 182 95 0.05 0 0.48 0.29 66.9 0.37 0.54
Hex AC B6 5F 5 0 30 1D 43 25 36
Octal 254 266 137 5 0 60 35 103 45 66
Binary 10101100 10110110 1011111 101 0 110000 11101 1000011 100101 110110

Color Harmonies of #ACB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB65F

Black with #ACB65F

Text Example


Text Example

White with #ACB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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