Html Css Color HEX #A5B96D Olivine

📋 copy color: '#A5B96D'

red 165 ◦ green 185 ◦ blue 109

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

Shades of Olivine #A5B96D

Tints of Olivine #A5B96D

RGB

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

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

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

R = 35.95%
G = 40.31%
B = 23.75%

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

#A5B96D (or 0xA5B96D) is known color: Olivine. HEX triplet: A5, B9 and 6D. RGB value is (165,185,109). Sum of RGB (Red+Green+Blue) = 165+185+109=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B96D is #5A4692. Grayscale: #AAAAAA. Windows color (decimal): -5916307 or 7190949. OLE color: 7190949.

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

Color convert

RGB 165 185 109 -
CMYK 0.11 0 0.41 0.27
HSL 75.79º 0.35% 0.58% -
HSV(B) 75.79º 0.41% 0.73% -
XYZ 35.63 43.8 21.04 -
YUV 170.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 165 185 109 0.11 0 0.41 0.27 75.79 0.35 0.58
Hex A5 B9 6D B 0 29 1B 4C 23 3A
Octal 245 271 155 13 0 51 33 114 43 72
Binary 10100101 10111001 1101101 1011 0 101001 11011 1001100 100011 111010

Color Harmonies of #A5B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B96D

Black with #A5B96D

Text Example


Text Example

White with #A5B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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