Html Css Color HEX #ABA658 Olive Green

📋 copy color: '#ABA658'

red 171 ◦ green 166 ◦ blue 88

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

Shades of Olive Green #ABA658

Tints of Olive Green #ABA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 40.24%
G = 39.06%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA658 (or 0xABA658) is known color: Olive Green. HEX triplet: AB, A6 and 58. RGB value is (171,166,88). Sum of RGB (Red+Green+Blue) = 171+166+88=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA658 is #5459A7. Grayscale: #9E9E9E. Windows color (decimal): -5527976 or 5809835. OLE color: 5809835.

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

Color convert

RGB 171 166 88 -
CMYK 0 0.03 0.49 0.33
HSL 56.39º 0.33% 0.51% -
HSV(B) 56.39º 0.49% 0.67% -
XYZ 32.19 36.63 14.61 -
YUV 158.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 171 166 88 0 0.03 0.49 0.33 56.39 0.33 0.51
Hex AB A6 58 0 3 31 21 38 21 33
Octal 253 246 130 0 3 61 41 70 41 63
Binary 10101011 10100110 1011000 0 11 110001 100001 111000 100001 110011

Color Harmonies of #ABA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA658

Black with #ABA658

Text Example


Text Example

White with #ABA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA658; }

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

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

background-color css

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

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

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

border-color css

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

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

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