Html Css Color HEX #ABAC5E Olive Green

📋 copy color: '#ABAC5E'

red 171 ◦ green 172 ◦ blue 94

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

Shades of Olive Green #ABAC5E

Tints of Olive Green #ABAC5E

RGB

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

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

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

R = 39.13%
G = 39.36%
B = 21.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#ABAC5E (or 0xABAC5E) is known color: Olive Green. HEX triplet: AB, AC and 5E. RGB value is (171,172,94). Sum of RGB (Red+Green+Blue) = 171+172+94=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5E is #5453A1. Grayscale: #A3A3A3. Windows color (decimal): -5526434 or 6204587. OLE color: 6204587.

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

Color convert

RGB 171 172 94 -
CMYK 0.01 0 0.45 0.33
HSL 60.77º 0.32% 0.52% -
HSV(B) 60.77º 0.45% 0.67% -
XYZ 33.57 38.97 16.34 -
YUV 162.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 171 172 94 0.01 0 0.45 0.33 60.77 0.32 0.52
Hex AB AC 5E 1 0 2D 21 3D 20 34
Octal 253 254 136 1 0 55 41 75 40 64
Binary 10101011 10101100 1011110 1 0 101101 100001 111101 100000 110100

Color Harmonies of #ABAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC5E

Black with #ABAC5E

Text Example


Text Example

White with #ABAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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