#9FBE6A

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

Shades of Olivine #9FBE6A

Tints of Olivine #9FBE6A

Color information

#9FBE6A (or 0x9FBE6A) is unknown color: approx Olivine. HEX triplet: 9F, BE and 6A. RGB value is (159,190,106). Sum of RGB (Red+Green+Blue) = 159+190+106=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE6A is #604195. Grayscale: #ABABAB. Windows color (decimal): -6308246 or 6995615. OLE color: 6995615.

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

Color convert

RGB159190106-
CMYK0.1600.440.25
HSL82.14º39.25%58.04%-
HSV(B)82.14º44.21%74.51%-
XYZ35.3145.2420.51-
YUV171.1591.23119.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=34.95%
G=41.76%
B=23.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901060.1600.440.2582.1439.2558.04
Hex9FBE6A1002C1952273a
Octal23727615220054311224772
Binary10011111101111101101010100000101100110011010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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