#9FBA64

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

Shades of Olivine #9FBA64

Tints of Olivine #9FBA64

Color information

#9FBA64 (or 0x9FBA64) is unknown color: approx Olivine. HEX triplet: 9F, BA and 64. RGB value is (159,186,100). Sum of RGB (Red+Green+Blue) = 159+186+100=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA64 is #60459B. Grayscale: #A8A8A8. Windows color (decimal): -6309276 or 6601375. OLE color: 6601375.

HSL color Cylindrical-coordinate representation of color #9FBA64: hue angle of 78.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FBA64 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB159186100-
CMYK0.1500.460.27
HSL78.84º38.39%56.08%-
HSV(B)78.84º46.24%72.94%-
XYZ34.1643.4118.64-
YUV168.1289.55121.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=35.73%
G=41.80%
B=22.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861000.1500.460.2778.8438.3956.08
Hex9FBA64F02E1B4f2638
Octal23727214417056331174670
Binary1001111110111010110010011110101110110111001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBA64; }

 p { color: rgb(159,186,100); }

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

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

 a { background-color: rgb(159,186,100); }

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

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

 span { border-color: rgb(159,186,100); }

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