Html Css Color HEX #ABAE65 Olive Green

📋 copy color: '#ABAE65'

red 171 ◦ green 174 ◦ blue 101

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

Shades of Olive Green #ABAE65

Tints of Olive Green #ABAE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.01%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 38.34%
G = 39.01%
B = 22.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ABAE65 (or 0xABAE65) is known color: Olive Green. HEX triplet: AB, AE and 65. RGB value is (171,174,101). Sum of RGB (Red+Green+Blue) = 171+174+101=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE65 is #54519A. Grayscale: #A5A5A5. Windows color (decimal): -5525915 or 6663851. OLE color: 6663851.

HSL color Cylindrical-coordinate representation of color #ABAE65: hue angle of 62.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABAE65 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 101 -
CMYK 0.02 0 0.42 0.32
HSL 62.47º 0.31% 0.54% -
HSV(B) 62.47º 0.42% 0.68% -
XYZ 34.28 39.87 18.2 -
YUV 164.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 171 174 101 0.02 0 0.42 0.32 62.47 0.31 0.54
Hex AB AE 65 2 0 2A 20 3E 1F 36
Octal 253 256 145 2 0 52 40 76 37 66
Binary 10101011 10101110 1100101 10 0 101010 100000 111110 11111 110110

Color Harmonies of #ABAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE65

Black with #ABAE65

Text Example


Text Example

White with #ABAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE65; }

 p { color: rgb(171,174,101); }

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

background-color css

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

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

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

border-color css

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

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

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