Html Css Color HEX #ABAB5D Olive Green

📋 copy color: '#ABAB5D'

red 171 ◦ green 171 ◦ blue 93

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

Shades of Olive Green #ABAB5D

Tints of Olive Green #ABAB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 39.31%
G = 39.31%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABAB5D (or 0xABAB5D) is known color: Olive Green. HEX triplet: AB, AB and 5D. RGB value is (171,171,93). Sum of RGB (Red+Green+Blue) = 171+171+93=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5D is #5454A2. Grayscale: #A2A2A2. Windows color (decimal): -5526691 or 6138795. OLE color: 6138795.

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

Color convert

RGB 171 171 93 -
CMYK 0 0 0.46 0.33
HSL 60º 0.32% 0.52% -
HSV(B) 60º 0.46% 0.67% -
XYZ 33.33 38.57 16.04 -
YUV 162.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 171 171 93 0 0 0.46 0.33 60 0.32 0.52
Hex AB AB 5D 0 0 2E 21 3C 20 34
Octal 253 253 135 0 0 56 41 74 40 64
Binary 10101011 10101011 1011101 0 0 101110 100001 111100 100000 110100

Color Harmonies of #ABAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB5D

Black with #ABAB5D

Text Example


Text Example

White with #ABAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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