Html Css Color HEX #ACB057 Olive Green

📋 copy color: '#ACB057'

red 172 ◦ green 176 ◦ blue 87

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

Shades of Olive Green #ACB057

Tints of Olive Green #ACB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

 BLUE value IS 87 (34.38% from 255) = 20%

R = 39.54%
G = 40.46%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#ACB057 (or 0xACB057) is known color: Olive Green. HEX triplet: AC, B0 and 57. RGB value is (172,176,87). Sum of RGB (Red+Green+Blue) = 172+176+87=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB057 is #534FA8. Grayscale: #A5A5A5. Windows color (decimal): -5459881 or 5746860. OLE color: 5746860.

HSL color Cylindrical-coordinate representation of color #ACB057: hue angle of 62.7º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB057 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 87 -
CMYK 0.02 0 0.51 0.31
HSL 62.7º 0.36% 0.52% -
HSV(B) 62.7º 0.51% 0.69% -
XYZ 34.26 40.51 15.03 -
YUV 164.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 172 176 87 0.02 0 0.51 0.31 62.7 0.36 0.52
Hex AC B0 57 2 0 33 1F 3F 24 34
Octal 254 260 127 2 0 63 37 77 44 64
Binary 10101100 10110000 1010111 10 0 110011 11111 111111 100100 110100

Color Harmonies of #ACB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB057

Black with #ACB057

Text Example


Text Example

White with #ACB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB057; }

 p { color: rgb(172,176,87); }

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

background-color css

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

 a { background-color: rgb(172,176,87); }

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

border-color css

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

 span { border-color: rgb(172,176,87); }

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