Html Css Color HEX #ABAC5A Olive Green

📋 copy color: '#ABAC5A'

red 171 ◦ green 172 ◦ blue 90

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

Shades of Olive Green #ABAC5A

Tints of Olive Green #ABAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 39.49%
G = 39.72%
B = 20.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#ABAC5A (or 0xABAC5A) is known color: Olive Green. HEX triplet: AB, AC and 5A. RGB value is (171,172,90). Sum of RGB (Red+Green+Blue) = 171+172+90=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5A is #5453A5. Grayscale: #A2A2A2. Windows color (decimal): -5526438 or 5942443. OLE color: 5942443.

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

Color convert

RGB 171 172 90 -
CMYK 0.01 0 0.48 0.33
HSL 60.73º 0.33% 0.51% -
HSV(B) 60.73º 0.48% 0.67% -
XYZ 33.39 38.9 15.42 -
YUV 162.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 171 172 90 0.01 0 0.48 0.33 60.73 0.33 0.51
Hex AB AC 5A 1 0 30 21 3D 21 33
Octal 253 254 132 1 0 60 41 75 41 63
Binary 10101011 10101100 1011010 1 0 110000 100001 111101 100001 110011

Color Harmonies of #ABAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC5A

Black with #ABAC5A

Text Example


Text Example

White with #ABAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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