Html Css Color HEX #ACBA6B Olive Green

📋 copy color: '#ACBA6B'

red 172 ◦ green 186 ◦ blue 107

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

Shades of Olive Green #ACBA6B

Tints of Olive Green #ACBA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 36.99%
G = 40%
B = 23.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#ACBA6B (or 0xACBA6B) is known color: Olive Green. HEX triplet: AC, BA and 6B. RGB value is (172,186,107). Sum of RGB (Red+Green+Blue) = 172+186+107=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA6B is #534594. Grayscale: #ADADAD. Windows color (decimal): -5457301 or 7060140. OLE color: 7060140.

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

Color convert

RGB 172 186 107 -
CMYK 0.08 0 0.42 0.27
HSL 70.63º 0.36% 0.57% -
HSV(B) 70.63º 0.42% 0.73% -
XYZ 37.23 44.95 20.62 -
YUV 172.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 172 186 107 0.08 0 0.42 0.27 70.63 0.36 0.57
Hex AC BA 6B 8 0 2A 1B 47 24 39
Octal 254 272 153 10 0 52 33 107 44 71
Binary 10101100 10111010 1101011 1000 0 101010 11011 1000111 100100 111001

Color Harmonies of #ACBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA6B

Black with #ACBA6B

Text Example


Text Example

White with #ACBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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