Html Css Color HEX #ACB14F Olive Green

📋 copy color: '#ACB14F'

red 172 ◦ green 177 ◦ blue 79

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

Shades of Olive Green #ACB14F

Tints of Olive Green #ACB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 40.19%
G = 41.36%
B = 18.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#ACB14F (or 0xACB14F) is known color: Olive Green. HEX triplet: AC, B1 and 4F. RGB value is (172,177,79). Sum of RGB (Red+Green+Blue) = 172+177+79=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB14F is #534EB0. Grayscale: #A4A4A4. Windows color (decimal): -5459633 or 5222828. OLE color: 5222828.

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

Color convert

RGB 172 177 79 -
CMYK 0.03 0 0.55 0.31
HSL 63.06º 0.39% 0.5% -
HSV(B) 63.06º 0.55% 0.69% -
XYZ 34.15 40.78 13.47 -
YUV 164.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 172 177 79 0.03 0 0.55 0.31 63.06 0.39 0.5
Hex AC B1 4F 3 0 37 1F 3F 27 32
Octal 254 261 117 3 0 67 37 77 47 62
Binary 10101100 10110001 1001111 11 0 110111 11111 111111 100111 110010

Color Harmonies of #ACB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB14F

Black with #ACB14F

Text Example


Text Example

White with #ACB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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