#A5BC75

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

Shades of Olivine #A5BC75

Tints of Olivine #A5BC75

Color information

#A5BC75 (or 0xA5BC75) is unknown color: approx Olivine. HEX triplet: A5, BC and 75. RGB value is (165,188,117). Sum of RGB (Red+Green+Blue) = 165+188+117=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC75 is #5A438A. Grayscale: #ADADAD. Windows color (decimal): -5915531 or 7716005. OLE color: 7716005.

HSL color Cylindrical-coordinate representation of color #A5BC75: hue angle of 79.44º 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 #A5BC75 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB165188117-
CMYK0.1200.380.26
HSL79.44º34.63%59.8%-
HSV(B)79.44º37.77%73.73%-
XYZ36.7145.2523.63-
YUV173.0396.38122.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=35.11%
G=40%
B=24.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881170.1200.380.2679.4434.6359.8
HexA5BC75C0261A4f233c
Octal24527416514046321174374
Binary1010010110111100111010111000100110110101001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC75; }

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

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

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

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

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

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

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

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