#9FBE5C

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

Shades of Olivine #9FBE5C

Tints of Olivine #9FBE5C

Color information

#9FBE5C (or 0x9FBE5C) is unknown color: approx Olivine. HEX triplet: 9F, BE and 5C. RGB value is (159,190,92). Sum of RGB (Red+Green+Blue) = 159+190+92=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE5C is #6041A3. Grayscale: #A9A9A9. Windows color (decimal): -6308260 or 6078111. OLE color: 6078111.

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

Color convert

RGB15919092-
CMYK0.1600.520.25
HSL78.98º42.98%55.29%-
HSV(B)78.98º51.58%74.51%-
XYZ34.6444.9716.98-
YUV169.5684.23120.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=36.05%
G=43.08%
B=20.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159190920.1600.520.2578.9842.9855.29
Hex9FBE5C10034194f2b37
Octal23727613420064311175367
Binary10011111101111101011100100000110100110011001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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