#A5BC6C

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

Shades of Olivine #A5BC6C

Tints of Olivine #A5BC6C

Color information

#A5BC6C (or 0xA5BC6C) is unknown color: approx Olivine. HEX triplet: A5, BC and 6C. RGB value is (165,188,108). Sum of RGB (Red+Green+Blue) = 165+188+108=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC6C is #5A4393. Grayscale: #ACACAC. Windows color (decimal): -5915540 or 7126181. OLE color: 7126181.

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

Color convert

RGB165188108-
CMYK0.1200.430.26
HSL77.25º37.38%58.04%-
HSV(B)77.25º42.55%73.73%-
XYZ36.2145.0520.97-
YUV17291.88123-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=35.79%
G=40.78%
B=23.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881080.1200.430.2677.2537.3858.04
HexA5BC6CC02B1A4d253a
Octal24527415414053321154572
Binary1010010110111100110110011000101011110101001101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC6C; }

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

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

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

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

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

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

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

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