Html Css Color HEX #ACBA68 Olive Green

📋 copy color: '#ACBA68'

red 172 ◦ green 186 ◦ blue 104

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

Shades of Olive Green #ACBA68

Tints of Olive Green #ACBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 37.23%
G = 40.26%
B = 22.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#ACBA68 (or 0xACBA68) is known color: Olive Green. HEX triplet: AC, BA and 68. RGB value is (172,186,104). Sum of RGB (Red+Green+Blue) = 172+186+104=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA68 is #534597. Grayscale: #ACACAC. Windows color (decimal): -5457304 or 6863532. OLE color: 6863532.

HSL color Cylindrical-coordinate representation of color #ACBA68: hue angle of 70.24º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACBA68 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 104 -
CMYK 0.08 0 0.44 0.27
HSL 70.24º 0.37% 0.57% -
HSV(B) 70.24º 0.44% 0.73% -
XYZ 37.07 44.89 19.81 -
YUV 172.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 172 186 104 0.08 0 0.44 0.27 70.24 0.37 0.57
Hex AC BA 68 8 0 2C 1B 46 25 39
Octal 254 272 150 10 0 54 33 106 45 71
Binary 10101100 10111010 1101000 1000 0 101100 11011 1000110 100101 111001

Color Harmonies of #ACBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA68

Black with #ACBA68

Text Example


Text Example

White with #ACBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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