Html Css Color HEX #A5A650 Olive Green

📋 copy color: '#A5A650'

red 165 ◦ green 166 ◦ blue 80

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

Shades of Olive Green #A5A650

Tints of Olive Green #A5A650

RGB

 RED value IS 165 (64.84% from 255) = 40.15%

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

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

R = 40.15%
G = 40.39%
B = 19.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5A650 (or 0xA5A650) is known color: Olive Green. HEX triplet: A5, A6 and 50. RGB value is (165,166,80). Sum of RGB (Red+Green+Blue) = 165+166+80=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A650 is #5A59AF. Grayscale: #9C9C9C. Windows color (decimal): -5921200 or 5285541. OLE color: 5285541.

HSL color Cylindrical-coordinate representation of color #A5A650: hue angle of 60.7º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5A650 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 166 80 -
CMYK 0.01 0 0.52 0.35
HSL 60.7º 0.35% 0.48% -
HSV(B) 60.7º 0.52% 0.65% -
XYZ 30.6 35.85 12.9 -
YUV 155.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 165 166 80 0.01 0 0.52 0.35 60.7 0.35 0.48
Hex A5 A6 50 1 0 34 23 3D 23 30
Octal 245 246 120 1 0 64 43 75 43 60
Binary 10100101 10100110 1010000 1 0 110100 100011 111101 100011 110000

Color Harmonies of #A5A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A650

Black with #A5A650

Text Example


Text Example

White with #A5A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A650; }

 p { color: rgb(165,166,80); }

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

background-color css

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

 a { background-color: rgb(165,166,80); }

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

border-color css

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

 span { border-color: rgb(165,166,80); }

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