Html Css Color HEX #ABAB62 Olive Green

📋 copy color: '#ABAB62'

red 171 ◦ green 171 ◦ blue 98

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

Shades of Olive Green #ABAB62

Tints of Olive Green #ABAB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 38.86%
G = 38.86%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#ABAB62 (or 0xABAB62) is known color: Olive Green. HEX triplet: AB, AB and 62. RGB value is (171,171,98). Sum of RGB (Red+Green+Blue) = 171+171+98=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB62 is #54549D. Grayscale: #A2A2A2. Windows color (decimal): -5526686 or 6466475. OLE color: 6466475.

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

Color convert

RGB 171 171 98 -
CMYK 0 0 0.43 0.33
HSL 60º 0.3% 0.53% -
HSV(B) 60º 0.43% 0.67% -
XYZ 33.56 38.67 17.25 -
YUV 162.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 171 171 98 0 0 0.43 0.33 60 0.3 0.53
Hex AB AB 62 0 0 2B 21 3C 1E 35
Octal 253 253 142 0 0 53 41 74 36 65
Binary 10101011 10101011 1100010 0 0 101011 100001 111100 11110 110101

Color Harmonies of #ABAB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB62

Black with #ABAB62

Text Example


Text Example

White with #ABAB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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