Html Css Color HEX #ACB75D Olive Green

📋 copy color: '#ACB75D'

red 172 ◦ green 183 ◦ blue 93

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

Shades of Olive Green #ACB75D

Tints of Olive Green #ACB75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.85%

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

R = 38.39%
G = 40.85%
B = 20.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#ACB75D (or 0xACB75D) is known color: Olive Green. HEX triplet: AC, B7 and 5D. RGB value is (172,183,93). Sum of RGB (Red+Green+Blue) = 172+183+93=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75D is #5348A2. Grayscale: #A9A9A9. Windows color (decimal): -5458083 or 6141868. OLE color: 6141868.

HSL color Cylindrical-coordinate representation of color #ACB75D: hue angle of 67.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB75D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 93 -
CMYK 0.06 0 0.49 0.28
HSL 67.33º 0.38% 0.54% -
HSV(B) 67.33º 0.49% 0.72% -
XYZ 35.92 43.43 16.85 -
YUV 169.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 172 183 93 0.06 0 0.49 0.28 67.33 0.38 0.54
Hex AC B7 5D 6 0 31 1C 43 26 36
Octal 254 267 135 6 0 61 34 103 46 66
Binary 10101100 10110111 1011101 110 0 110001 11100 1000011 100110 110110

Color Harmonies of #ACB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB75D

Black with #ACB75D

Text Example


Text Example

White with #ACB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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