Html Css Color HEX #ACB95D Olive Green

📋 copy color: '#ACB95D'

red 172 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #ACB95D

Tints of Olive Green #ACB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

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

R = 38.22%
G = 41.11%
B = 20.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#ACB95D (or 0xACB95D) is known color: Olive Green. HEX triplet: AC, B9 and 5D. RGB value is (172,185,93). Sum of RGB (Red+Green+Blue) = 172+185+93=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB95D is #5346A2. Grayscale: #AAAAAA. Windows color (decimal): -5457571 or 6142380. OLE color: 6142380.

HSL color Cylindrical-coordinate representation of color #ACB95D: hue angle of 68.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB95D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 93 -
CMYK 0.07 0 0.50 0.27
HSL 68.48º 0.4% 0.55% -
HSV(B) 68.48º 0.5% 0.73% -
XYZ 36.34 44.26 16.98 -
YUV 170.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 172 185 93 0.07 0 0.50 0.27 68.48 0.4 0.55
Hex AC B9 5D 7 0 32 1B 44 28 37
Octal 254 271 135 7 0 62 33 104 50 67
Binary 10101100 10111001 1011101 111 0 110010 11011 1000100 101000 110111

Color Harmonies of #ACB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB95D

Black with #ACB95D

Text Example


Text Example

White with #ACB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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