#9FBE5A

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

Shades of Olivine #9FBE5A

Tints of Olivine #9FBE5A

Color information

#9FBE5A (or 0x9FBE5A) is unknown color: approx Olivine. HEX triplet: 9F, BE and 5A. RGB value is (159,190,90). Sum of RGB (Red+Green+Blue) = 159+190+90=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE5A is #6041A5. Grayscale: #A9A9A9. Windows color (decimal): -6308262 or 5947039. OLE color: 5947039.

HSL color Cylindrical-coordinate representation of color #9FBE5A: hue angle of 78.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FBE5A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB15919090-
CMYK0.1600.530.25
HSL78.6º43.48%54.9%-
HSV(B)78.6º52.63%74.51%-
XYZ34.5644.9416.53-
YUV169.3383.23120.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=36.22%
G=43.28%
B=20.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159190900.1600.530.2578.643.4854.9
Hex9FBE5A10035194f2b37
Octal23727613220065311175367
Binary10011111101111101011010100000110101110011001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,90); }

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

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

 a { background-color: rgb(159,190,90); }

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

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

 span { border-color: rgb(159,190,90); }

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