Html Css Color HEX #A5BD6D Olivine

📋 copy color: '#A5BD6D'

red 165 ◦ green 189 ◦ blue 109

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

Shades of Olivine #A5BD6D

Tints of Olivine #A5BD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.82%

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

R = 35.64%
G = 40.82%
B = 23.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A5BD6D (or 0xA5BD6D) is known color: Olivine. HEX triplet: A5, BD and 6D. RGB value is (165,189,109). Sum of RGB (Red+Green+Blue) = 165+189+109=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD6D is #5A4292. Grayscale: #ADADAD. Windows color (decimal): -5915283 or 7191973. OLE color: 7191973.

HSL color Cylindrical-coordinate representation of color #A5BD6D: hue angle of 78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BD6D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 109 -
CMYK 0.13 0 0.42 0.26
HSL 78º 0.38% 0.58% -
HSV(B) 78º 0.42% 0.74% -
XYZ 36.47 45.5 21.33 -
YUV 172.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 165 189 109 0.13 0 0.42 0.26 78 0.38 0.58
Hex A5 BD 6D D 0 2A 1A 4E 26 3A
Octal 245 275 155 15 0 52 32 116 46 72
Binary 10100101 10111101 1101101 1101 0 101010 11010 1001110 100110 111010

Color Harmonies of #A5BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD6D

Black with #A5BD6D

Text Example


Text Example

White with #A5BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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