Html Css Color HEX #ACB051 Olive Green

📋 copy color: '#ACB051'

red 172 ◦ green 176 ◦ blue 81

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

Shades of Olive Green #ACB051

Tints of Olive Green #ACB051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 40.09%
G = 41.03%
B = 18.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#ACB051 (or 0xACB051) is known color: Olive Green. HEX triplet: AC, B0 and 51. RGB value is (172,176,81). Sum of RGB (Red+Green+Blue) = 172+176+81=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB051 is #534FAE. Grayscale: #A4A4A4. Windows color (decimal): -5459887 or 5353644. OLE color: 5353644.

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

Color convert

RGB 172 176 81 -
CMYK 0.02 0 0.54 0.31
HSL 62.53º 0.38% 0.5% -
HSV(B) 62.53º 0.54% 0.69% -
XYZ 34.02 40.42 13.79 -
YUV 163.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 172 176 81 0.02 0 0.54 0.31 62.53 0.38 0.5
Hex AC B0 51 2 0 36 1F 3F 26 32
Octal 254 260 121 2 0 66 37 77 46 62
Binary 10101100 10110000 1010001 10 0 110110 11111 111111 100110 110010

Color Harmonies of #ACB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB051

Black with #ACB051

Text Example


Text Example

White with #ACB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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