Html Css Color HEX #ACB05D Olive Green

📋 copy color: '#ACB05D'

red 172 ◦ green 176 ◦ blue 93

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

Shades of Olive Green #ACB05D

Tints of Olive Green #ACB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 39%
G = 39.91%
B = 21.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#ACB05D (or 0xACB05D) is known color: Olive Green. HEX triplet: AC, B0 and 5D. RGB value is (172,176,93). Sum of RGB (Red+Green+Blue) = 172+176+93=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB05D is #534FA2. Grayscale: #A5A5A5. Windows color (decimal): -5459875 or 6140076. OLE color: 6140076.

HSL color Cylindrical-coordinate representation of color #ACB05D: hue angle of 62.89º degrees, saturation: 0.34, 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 #ACB05D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 93 -
CMYK 0.02 0 0.47 0.31
HSL 62.89º 0.34% 0.53% -
HSV(B) 62.89º 0.47% 0.69% -
XYZ 34.51 40.61 16.38 -
YUV 165.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 172 176 93 0.02 0 0.47 0.31 62.89 0.34 0.53
Hex AC B0 5D 2 0 2F 1F 3F 22 35
Octal 254 260 135 2 0 57 37 77 42 65
Binary 10101100 10110000 1011101 10 0 101111 11111 111111 100010 110101

Color Harmonies of #ACB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB05D

Black with #ACB05D

Text Example


Text Example

White with #ACB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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