Html Css Color HEX #ABAC4E Olive Green

📋 copy color: '#ABAC4E'

red 171 ◦ green 172 ◦ blue 78

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

Shades of Olive Green #ABAC4E

Tints of Olive Green #ABAC4E

RGB

 RED value IS 171 (67.19% from 255) = 40.62%

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 40.62%
G = 40.86%
B = 18.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ABAC4E (or 0xABAC4E) is known color: Olive Green. HEX triplet: AB, AC and 4E. RGB value is (171,172,78). Sum of RGB (Red+Green+Blue) = 171+172+78=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC4E is #5453B1. Grayscale: #A1A1A1. Windows color (decimal): -5526450 or 5156011. OLE color: 5156011.

HSL color Cylindrical-coordinate representation of color #ABAC4E: hue angle of 60.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABAC4E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 78 -
CMYK 0.01 0 0.55 0.33
HSL 60.64º 0.38% 0.49% -
HSV(B) 60.64º 0.55% 0.67% -
XYZ 32.92 38.71 12.94 -
YUV 160.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 171 172 78 0.01 0 0.55 0.33 60.64 0.38 0.49
Hex AB AC 4E 1 0 37 21 3D 26 31
Octal 253 254 116 1 0 67 41 75 46 61
Binary 10101011 10101100 1001110 1 0 110111 100001 111101 100110 110001

Color Harmonies of #ABAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC4E

Black with #ABAC4E

Text Example


Text Example

White with #ABAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC4E; }

 p { color: rgb(171,172,78); }

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

background-color css

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

 a { background-color: rgb(171,172,78); }

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

border-color css

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

 span { border-color: rgb(171,172,78); }

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