Html Css Color HEX #ABAB60 Olive Green

📋 copy color: '#ABAB60'

red 171 ◦ green 171 ◦ blue 96

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

Shades of Olive Green #ABAB60

Tints of Olive Green #ABAB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.92%

R = 39.04%
G = 39.04%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#ABAB60 (or 0xABAB60) is known color: Olive Green. HEX triplet: AB, AB and 60. RGB value is (171,171,96). Sum of RGB (Red+Green+Blue) = 171+171+96=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB60 is #54549F. Grayscale: #A2A2A2. Windows color (decimal): -5526688 or 6335403. OLE color: 6335403.

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

Color convert

RGB 171 171 96 -
CMYK 0 0 0.44 0.33
HSL 60º 0.31% 0.52% -
HSV(B) 60º 0.44% 0.67% -
XYZ 33.47 38.63 16.76 -
YUV 162.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 171 171 96 0 0 0.44 0.33 60 0.31 0.52
Hex AB AB 60 0 0 2C 21 3C 1F 34
Octal 253 253 140 0 0 54 41 74 37 64
Binary 10101011 10101011 1100000 0 0 101100 100001 111100 11111 110100

Color Harmonies of #ABAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB60

Black with #ABAB60

Text Example


Text Example

White with #ABAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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