Html Css Color HEX #ABA950 Olive Green

📋 copy color: '#ABA950'

red 171 ◦ green 169 ◦ blue 80

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

Shades of Olive Green #ABA950

Tints of Olive Green #ABA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 40.71%
G = 40.24%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ABA950 (or 0xABA950) is known color: Olive Green. HEX triplet: AB, A9 and 50. RGB value is (171,169,80). Sum of RGB (Red+Green+Blue) = 171+169+80=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA950 is #5456AF. Grayscale: #9F9F9F. Windows color (decimal): -5527216 or 5286315. OLE color: 5286315.

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

Color convert

RGB 171 169 80 -
CMYK 0 0.01 0.53 0.33
HSL 58.68º 0.36% 0.49% -
HSV(B) 58.68º 0.53% 0.67% -
XYZ 32.43 37.61 13.14 -
YUV 159.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 171 169 80 0 0.01 0.53 0.33 58.68 0.36 0.49
Hex AB A9 50 0 1 35 21 3B 24 31
Octal 253 251 120 0 1 65 41 73 44 61
Binary 10101011 10101001 1010000 0 1 110101 100001 111011 100100 110001

Color Harmonies of #ABA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA950

Black with #ABA950

Text Example


Text Example

White with #ABA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA950; }

 p { color: rgb(171,169,80); }

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

background-color css

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

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

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

border-color css

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

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

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