Html Css Color HEX #A5B977 Olivine

📋 copy color: '#A5B977'

red 165 ◦ green 185 ◦ blue 119

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

Shades of Olivine #A5B977

Tints of Olivine #A5B977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 35.18%
G = 39.45%
B = 25.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A5B977 (or 0xA5B977) is known color: Olivine. HEX triplet: A5, B9 and 77. RGB value is (165,185,119). Sum of RGB (Red+Green+Blue) = 165+185+119=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B977 is #5A4688. Grayscale: #ABABAB. Windows color (decimal): -5916297 or 7846309. OLE color: 7846309.

HSL color Cylindrical-coordinate representation of color #A5B977: hue angle of 78.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5B977 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 119 -
CMYK 0.11 0 0.36 0.27
HSL 78.18º 0.32% 0.6% -
HSV(B) 78.18º 0.36% 0.73% -
XYZ 36.2 44.03 24.04 -
YUV 171.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 165 185 119 0.11 0 0.36 0.27 78.18 0.32 0.6
Hex A5 B9 77 B 0 24 1B 4E 20 3C
Octal 245 271 167 13 0 44 33 116 40 74
Binary 10100101 10111001 1110111 1011 0 100100 11011 1001110 100000 111100

Color Harmonies of #A5B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B977

Black with #A5B977

Text Example


Text Example

White with #A5B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B977; }

 p { color: rgb(165,185,119); }

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

background-color css

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

 a { background-color: rgb(165,185,119); }

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

border-color css

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

 span { border-color: rgb(165,185,119); }

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