Html Css Color HEX #ACBC64 Olive Green

📋 copy color: '#ACBC64'

red 172 ◦ green 188 ◦ blue 100

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

Shades of Olive Green #ACBC64

Tints of Olive Green #ACBC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 37.39%
G = 40.87%
B = 21.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#ACBC64 (or 0xACBC64) is known color: Olive Green. HEX triplet: AC, BC and 64. RGB value is (172,188,100). Sum of RGB (Red+Green+Blue) = 172+188+100=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC64 is #53439B. Grayscale: #ADADAD. Windows color (decimal): -5456796 or 6601900. OLE color: 6601900.

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

Color convert

RGB 172 188 100 -
CMYK 0.09 0 0.47 0.26
HSL 70.91º 0.4% 0.56% -
HSV(B) 70.91º 0.47% 0.74% -
XYZ 37.3 45.66 18.9 -
YUV 173.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 172 188 100 0.09 0 0.47 0.26 70.91 0.4 0.56
Hex AC BC 64 9 0 2F 1A 47 28 38
Octal 254 274 144 11 0 57 32 107 50 70
Binary 10101100 10111100 1100100 1001 0 101111 11010 1000111 101000 111000

Color Harmonies of #ACBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC64

Black with #ACBC64

Text Example


Text Example

White with #ACBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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