Html Css Color HEX #ACB15F Olive Green

📋 copy color: '#ACB15F'

red 172 ◦ green 177 ◦ blue 95

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

Shades of Olive Green #ACB15F

Tints of Olive Green #ACB15F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

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

R = 38.74%
G = 39.86%
B = 21.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#ACB15F (or 0xACB15F) is known color: Olive Green. HEX triplet: AC, B1 and 5F. RGB value is (172,177,95). Sum of RGB (Red+Green+Blue) = 172+177+95=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15F is #534EA0. Grayscale: #A6A6A6. Windows color (decimal): -5459617 or 6271404. OLE color: 6271404.

HSL color Cylindrical-coordinate representation of color #ACB15F: hue angle of 63.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB15F is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 95 -
CMYK 0.03 0 0.46 0.31
HSL 63.66º 0.34% 0.53% -
HSV(B) 63.66º 0.46% 0.69% -
XYZ 34.8 41.04 16.91 -
YUV 166.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 172 177 95 0.03 0 0.46 0.31 63.66 0.34 0.53
Hex AC B1 5F 3 0 2E 1F 40 22 35
Octal 254 261 137 3 0 56 37 100 42 65
Binary 10101100 10110001 1011111 11 0 101110 11111 1000000 100010 110101

Color Harmonies of #ACB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB15F

Black with #ACB15F

Text Example


Text Example

White with #ACB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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