Html Css Color HEX #ACBC5E Olive Green

📋 copy color: '#ACBC5E'

red 172 ◦ green 188 ◦ blue 94

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

Shades of Olive Green #ACBC5E

Tints of Olive Green #ACBC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 37.89%
G = 41.41%
B = 20.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#ACBC5E (or 0xACBC5E) is known color: Olive Green. HEX triplet: AC, BC and 5E. RGB value is (172,188,94). Sum of RGB (Red+Green+Blue) = 172+188+94=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC5E is #5343A1. Grayscale: #ACACAC. Windows color (decimal): -5456802 or 6208684. OLE color: 6208684.

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

Color convert

RGB 172 188 94 -
CMYK 0.09 0 0.50 0.26
HSL 70.21º 0.41% 0.55% -
HSV(B) 70.21º 0.5% 0.74% -
XYZ 37.02 45.55 17.43 -
YUV 172.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 172 188 94 0.09 0 0.50 0.26 70.21 0.41 0.55
Hex AC BC 5E 9 0 32 1A 46 29 37
Octal 254 274 136 11 0 62 32 106 51 67
Binary 10101100 10111100 1011110 1001 0 110010 11010 1000110 101001 110111

Color Harmonies of #ACBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC5E

Black with #ACBC5E

Text Example


Text Example

White with #ACBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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