Html Css Color HEX #A5BA73 Olivine

📋 copy color: '#A5BA73'

red 165 ◦ green 186 ◦ blue 115

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

Shades of Olivine #A5BA73

Tints of Olivine #A5BA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 35.41%
G = 39.91%
B = 24.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A5BA73 (or 0xA5BA73) is known color: Olivine. HEX triplet: A5, BA and 73. RGB value is (165,186,115). Sum of RGB (Red+Green+Blue) = 165+186+115=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA73 is #5A458C. Grayscale: #ABABAB. Windows color (decimal): -5916045 or 7584421. OLE color: 7584421.

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

Color convert

RGB 165 186 115 -
CMYK 0.11 0 0.38 0.27
HSL 77.75º 0.34% 0.59% -
HSV(B) 77.75º 0.38% 0.73% -
XYZ 36.17 44.35 22.87 -
YUV 171.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 165 186 115 0.11 0 0.38 0.27 77.75 0.34 0.59
Hex A5 BA 73 B 0 26 1B 4E 22 3B
Octal 245 272 163 13 0 46 33 116 42 73
Binary 10100101 10111010 1110011 1011 0 100110 11011 1001110 100010 111011

Color Harmonies of #A5BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA73

Black with #A5BA73

Text Example


Text Example

White with #A5BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA73; }

 p { color: rgb(165,186,115); }

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

background-color css

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

 a { background-color: rgb(165,186,115); }

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

border-color css

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

 span { border-color: rgb(165,186,115); }

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