Html Css Color HEX #ABAB58 Olive Green

📋 copy color: '#ABAB58'

red 171 ◦ green 171 ◦ blue 88

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

Shades of Olive Green #ABAB58

Tints of Olive Green #ABAB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 39.77%
G = 39.77%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABAB58 (or 0xABAB58) is known color: Olive Green. HEX triplet: AB, AB and 58. RGB value is (171,171,88). Sum of RGB (Red+Green+Blue) = 171+171+88=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB58 is #5454A7. Grayscale: #A1A1A1. Windows color (decimal): -5526696 or 5811115. OLE color: 5811115.

HSL color Cylindrical-coordinate representation of color #ABAB58: hue angle of 60º degrees, saturation: 0.33, 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 #ABAB58 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 88 -
CMYK 0 0 0.49 0.33
HSL 60º 0.33% 0.51% -
HSV(B) 60º 0.49% 0.67% -
XYZ 33.12 38.49 14.92 -
YUV 161.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 171 171 88 0 0 0.49 0.33 60 0.33 0.51
Hex AB AB 58 0 0 31 21 3C 21 33
Octal 253 253 130 0 0 61 41 74 41 63
Binary 10101011 10101011 1011000 0 0 110001 100001 111100 100001 110011

Color Harmonies of #ABAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB58

Black with #ABAB58

Text Example


Text Example

White with #ABAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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