Html Css Color HEX #A5BA6E Olivine

📋 copy color: '#A5BA6E'

red 165 ◦ green 186 ◦ blue 110

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

Shades of Olivine #A5BA6E

Tints of Olivine #A5BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 35.79%
G = 40.35%
B = 23.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A5BA6E (or 0xA5BA6E) is known color: Olivine. HEX triplet: A5, BA and 6E. RGB value is (165,186,110). Sum of RGB (Red+Green+Blue) = 165+186+110=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA6E is #5A4591. Grayscale: #ABABAB. Windows color (decimal): -5916050 or 7256741. OLE color: 7256741.

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

Color convert

RGB 165 186 110 -
CMYK 0.11 0 0.41 0.27
HSL 76.58º 0.36% 0.58% -
HSV(B) 76.58º 0.41% 0.73% -
XYZ 35.89 44.24 21.4 -
YUV 171.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 165 186 110 0.11 0 0.41 0.27 76.58 0.36 0.58
Hex A5 BA 6E B 0 29 1B 4D 24 3A
Octal 245 272 156 13 0 51 33 115 44 72
Binary 10100101 10111010 1101110 1011 0 101001 11011 1001101 100100 111010

Color Harmonies of #A5BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA6E

Black with #A5BA6E

Text Example


Text Example

White with #A5BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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