Html Css Color HEX #ACBC60 Olive Green

📋 copy color: '#ACBC60'

red 172 ◦ green 188 ◦ blue 96

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

Shades of Olive Green #ACBC60

Tints of Olive Green #ACBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 37.72%
G = 41.23%
B = 21.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#ACBC60 (or 0xACBC60) is known color: Olive Green. HEX triplet: AC, BC and 60. RGB value is (172,188,96). Sum of RGB (Red+Green+Blue) = 172+188+96=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC60 is #53439F. Grayscale: #ADADAD. Windows color (decimal): -5456800 or 6339756. OLE color: 6339756.

HSL color Cylindrical-coordinate representation of color #ACBC60: hue angle of 70.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACBC60 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 96 -
CMYK 0.09 0 0.49 0.26
HSL 70.43º 0.41% 0.56% -
HSV(B) 70.43º 0.49% 0.74% -
XYZ 37.11 45.58 17.91 -
YUV 172.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 172 188 96 0.09 0 0.49 0.26 70.43 0.41 0.56
Hex AC BC 60 9 0 31 1A 46 29 38
Octal 254 274 140 11 0 61 32 106 51 70
Binary 10101100 10111100 1100000 1001 0 110001 11010 1000110 101001 111000

Color Harmonies of #ACBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC60

Black with #ACBC60

Text Example


Text Example

White with #ACBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC60; }

 p { color: rgb(172,188,96); }

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

background-color css

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

 a { background-color: rgb(172,188,96); }

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

border-color css

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

 span { border-color: rgb(172,188,96); }

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