#A5BD75

Color #A5BD75 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A5BD75

Tints of Olivine #A5BD75

Color information

#A5BD75 (or 0xA5BD75) is unknown color: approx Olivine. HEX triplet: A5, BD and 75. RGB value is (165,189,117). Sum of RGB (Red+Green+Blue) = 165+189+117=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD75 is #5A428A. Grayscale: #ADADAD. Windows color (decimal): -5915275 or 7716261. OLE color: 7716261.

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

Color convert

RGB165189117-
CMYK0.1300.380.26
HSL80º35.29%60%-
HSV(B)80º38.1%74.12%-
XYZ36.9345.6823.7-
YUV173.6296.05121.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=35.03%
G=40.13%
B=24.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651891170.1300.380.268035.2960
HexA5BD75D0261A50233c
Octal24527516515046321204374
Binary1010010110111101111010111010100110110101010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD75; }

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

 H1.HeaderClassName
 {
   color: #A5BD75;
 }
 .AnyTagClassName
 {
   color: #A5BD75;
 }
</style>
background-color css

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

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

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

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

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

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