Html Css Color HEX #ABAC58 Olive Green

📋 copy color: '#ABAC58'

red 171 ◦ green 172 ◦ blue 88

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

Shades of Olive Green #ABAC58

Tints of Olive Green #ABAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.42%

R = 39.68%
G = 39.91%
B = 20.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABAC58 (or 0xABAC58) is known color: Olive Green. HEX triplet: AB, AC and 58. RGB value is (171,172,88). Sum of RGB (Red+Green+Blue) = 171+172+88=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC58 is #5453A7. Grayscale: #A2A2A2. Windows color (decimal): -5526440 or 5811371. OLE color: 5811371.

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

Color convert

RGB 171 172 88 -
CMYK 0.01 0 0.49 0.33
HSL 60.71º 0.34% 0.51% -
HSV(B) 60.71º 0.49% 0.67% -
XYZ 33.31 38.87 14.98 -
YUV 162.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 171 172 88 0.01 0 0.49 0.33 60.71 0.34 0.51
Hex AB AC 58 1 0 31 21 3D 22 33
Octal 253 254 130 1 0 61 41 75 42 63
Binary 10101011 10101100 1011000 1 0 110001 100001 111101 100010 110011

Color Harmonies of #ABAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC58

Black with #ABAC58

Text Example


Text Example

White with #ABAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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