Html Css Color HEX #ABA65A Olive Green

📋 copy color: '#ABA65A'

red 171 ◦ green 166 ◦ blue 90

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

Shades of Olive Green #ABA65A

Tints of Olive Green #ABA65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 40.05%
G = 38.88%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA65A (or 0xABA65A) is known color: Olive Green. HEX triplet: AB, A6 and 5A. RGB value is (171,166,90). Sum of RGB (Red+Green+Blue) = 171+166+90=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65A is #5459A5. Grayscale: #9F9F9F. Windows color (decimal): -5527974 or 5940907. OLE color: 5940907.

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

Color convert

RGB 171 166 90 -
CMYK 0 0.03 0.47 0.33
HSL 56.3º 0.33% 0.51% -
HSV(B) 56.3º 0.47% 0.67% -
XYZ 32.28 36.67 15.05 -
YUV 158.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 171 166 90 0 0.03 0.47 0.33 56.3 0.33 0.51
Hex AB A6 5A 0 3 2F 21 38 21 33
Octal 253 246 132 0 3 57 41 70 41 63
Binary 10101011 10100110 1011010 0 11 101111 100001 111000 100001 110011

Color Harmonies of #ABA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA65A

Black with #ABA65A

Text Example


Text Example

White with #ABA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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