Html Css Color HEX #ACB15E Olive Green

📋 copy color: '#ACB15E'

red 172 ◦ green 177 ◦ blue 94

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

Shades of Olive Green #ACB15E

Tints of Olive Green #ACB15E

RGB

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

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

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

R = 38.83%
G = 39.95%
B = 21.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#ACB15E (or 0xACB15E) is known color: Olive Green. HEX triplet: AC, B1 and 5E. RGB value is (172,177,94). Sum of RGB (Red+Green+Blue) = 172+177+94=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15E is #534EA1. Grayscale: #A6A6A6. Windows color (decimal): -5459618 or 6205868. OLE color: 6205868.

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

Color convert

RGB 172 177 94 -
CMYK 0.03 0 0.47 0.31
HSL 63.61º 0.35% 0.53% -
HSV(B) 63.61º 0.47% 0.69% -
XYZ 34.76 41.02 16.68 -
YUV 166.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 172 177 94 0.03 0 0.47 0.31 63.61 0.35 0.53
Hex AC B1 5E 3 0 2F 1F 40 23 35
Octal 254 261 136 3 0 57 37 100 43 65
Binary 10101100 10110001 1011110 11 0 101111 11111 1000000 100011 110101

Color Harmonies of #ACB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB15E

Black with #ACB15E

Text Example


Text Example

White with #ACB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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