Html Css Color HEX #A5BA6D Olivine

📋 copy color: '#A5BA6D'

red 165 ◦ green 186 ◦ blue 109

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

Shades of Olivine #A5BA6D

Tints of Olivine #A5BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 35.87%
G = 40.43%
B = 23.7%

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

#A5BA6D (or 0xA5BA6D) is known color: Olivine. HEX triplet: A5, BA and 6D. RGB value is (165,186,109). Sum of RGB (Red+Green+Blue) = 165+186+109=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA6D is #5A4592. Grayscale: #ABABAB. Windows color (decimal): -5916051 or 7191205. OLE color: 7191205.

HSL color Cylindrical-coordinate representation of color #A5BA6D: hue angle of 76.36º 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 #A5BA6D is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 109 -
CMYK 0.11 0 0.41 0.27
HSL 76.36º 0.36% 0.58% -
HSV(B) 76.36º 0.41% 0.73% -
XYZ 35.84 44.22 21.11 -
YUV 170.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 165 186 109 0.11 0 0.41 0.27 76.36 0.36 0.58
Hex A5 BA 6D B 0 29 1B 4C 24 3A
Octal 245 272 155 13 0 51 33 114 44 72
Binary 10100101 10111010 1101101 1011 0 101001 11011 1001100 100100 111010

Color Harmonies of #A5BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA6D

Black with #A5BA6D

Text Example


Text Example

White with #A5BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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