Html Css Color HEX #ACBA5D Olive Green

📋 copy color: '#ACBA5D'

red 172 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #ACBA5D

Tints of Olive Green #ACBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

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

R = 38.14%
G = 41.24%
B = 20.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#ACBA5D (or 0xACBA5D) is known color: Olive Green. HEX triplet: AC, BA and 5D. RGB value is (172,186,93). Sum of RGB (Red+Green+Blue) = 172+186+93=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA5D is #5345A2. Grayscale: #ABABAB. Windows color (decimal): -5457315 or 6142636. OLE color: 6142636.

HSL color Cylindrical-coordinate representation of color #ACBA5D: hue angle of 69.03º 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 #ACBA5D is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 93 -
CMYK 0.08 0 0.5 0.27
HSL 69.03º 0.4% 0.55% -
HSV(B) 69.03º 0.5% 0.73% -
XYZ 36.55 44.68 17.05 -
YUV 171.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 172 186 93 0.08 0 0.5 0.27 69.03 0.4 0.55
Hex AC BA 5D 8 0 32 1B 45 28 37
Octal 254 272 135 10 0 62 33 105 50 67
Binary 10101100 10111010 1011101 1000 0 110010 11011 1000101 101000 110111

Color Harmonies of #ACBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA5D

Black with #ACBA5D

Text Example


Text Example

White with #ACBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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